[macOS] Add Ruby versions 3.2, 3.3. (#10525)

This commit is contained in:
susmitamane
2024-09-12 02:33:34 +05:30
committed by GitHub
parent b60b7ab30f
commit 54e686be61
3 changed files with 9 additions and 3 deletions
+3 -1
View File
@@ -299,7 +299,9 @@
"x64": {
"versions": [
"3.0.*",
"3.1.*"
"3.1.*",
"3.2.*",
"3.3.*"
]
}
}
+3 -1
View File
@@ -206,7 +206,9 @@
"x64": {
"versions": [
"3.0.*",
"3.1.*"
"3.1.*",
"3.2.*",
"3.3.*"
]
}
}
+3 -1
View File
@@ -193,7 +193,9 @@
"x64": {
"versions": [
"3.0.*",
"3.1.*"
"3.1.*",
"3.2.*",
"3.3.*"
]
}
}