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

@@ -66,7 +66,8 @@
"2.4.*",
"2.5.*",
"2.6.*",
"2.7.*"
"2.7.*",
"3.0.*"
]
}
],

View File

@@ -66,7 +66,8 @@
"2.4.*",
"2.5.*",
"2.6.*",
"2.7.*"
"2.7.*",
"3.0.*"
]
}
],

View File

@@ -54,7 +54,8 @@
"versions": [
"2.5.*",
"2.6.*",
"2.7.*"
"2.7.*",
"3.0.*"
]
}
],

View File

@@ -248,7 +248,8 @@
"2.4.*",
"2.5.*",
"2.6.*",
"2.7.*"
"2.7.*",
"3.0.*"
]
}
],

View File

@@ -307,7 +307,8 @@
"2.4.*",
"2.5.*",
"2.6.*",
"2.7.*"
"2.7.*",
"3.0.*"
]
}
],

View File

@@ -235,7 +235,8 @@
"2.4.*",
"2.5.*",
"2.6.*",
"2.7.*"
"2.7.*",
"3.0.*"
]
}
],

View File

@@ -147,7 +147,8 @@
"2.4.*",
"2.5.*",
"2.6.*",
"2.7.*"
"2.7.*",
"3.0.*"
]
}
],

View File

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

View File

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