[MacOS] Add Ruby 3.1 to 11/12 (#5395)

This commit is contained in:
Zoran Bjelica
2022-04-13 18:37:54 +02:00
committed by GitHub
parent 8a42776d3f
commit 1da2217ce8
2 changed files with 4 additions and 2 deletions

View File

@@ -279,7 +279,8 @@
"2.5.*",
"2.6.*",
"2.7.*",
"3.0.*"
"3.0.*",
"3.1.*"
]
}
],

View File

@@ -191,7 +191,8 @@
"arch": "x64",
"versions": [
"2.7.*",
"3.0.*"
"3.0.*",
"3.1.*"
]
}
],