Add ruby 3.0.0 to the toolcache (#2366)

* Add Ruby 3.0.0 to toolsets

* Ruby 2.7.2 as default for macOS

* Minor fix
This commit is contained in:
Vladimir Safonkin
2020-12-30 09:58:27 +03:00
committed by GitHub
parent 0ae118c6ae
commit f3f0f47926
9 changed files with 18 additions and 9 deletions

View File

@@ -8,7 +8,8 @@
"2.4",
"2.5",
"2.6",
"2.7"
"2.7",
"3.0"
],
"default": "2.5"
},