Update to latest builds fixing "Insecure world writable dir" warnings

* Update to Rubinius 4.14 which fixes some segfaults.
This commit is contained in:
Benoit Daloze
2020-02-02 16:33:46 +01:00
parent 623e527949
commit 48481806ad
6 changed files with 20 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export function getVersions(platform) {
if (platform === 'ubuntu-18.04') {
versions['rubinius'] = [
"4.13"
"4.14"
]
}