[Windows] Adding Ruby version 3.3 (#11454)

Co-authored-by: Pat Myron <PatMyron@users.noreply.github.com>
This commit is contained in:
vidyasagarnimmagaddi
2025-01-23 20:33:27 +05:30
committed by GitHub
parent 02b8cbc5ce
commit f7fee117e8
2 changed files with 4 additions and 2 deletions

View File

@@ -7,7 +7,8 @@
"versions": [ "versions": [
"3.0", "3.0",
"3.1", "3.1",
"3.2" "3.2",
"3.3"
], ],
"default": "3.0" "default": "3.0"
}, },

View File

@@ -7,7 +7,8 @@
"versions": [ "versions": [
"3.0", "3.0",
"3.1", "3.1",
"3.2" "3.2",
"3.3"
], ],
"default": "3.0" "default": "3.0"
}, },