Skip to content

Commit cf1c86b

Browse files
author
Tomas Volf
committed
Update list of supported ruby versions
* Add latest patch versions * Drop versions that are EOL-ed
1 parent 25ef123 commit cf1c86b

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

ruby/private/sdk.bzl

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,21 @@ def rules_ruby_select_sdk(version = "host"):
88

99
supported_versions = [
1010
"host",
11-
"2.5.8",
12-
"2.5.9",
13-
"2.6.3",
14-
"2.6.4",
15-
"2.6.5",
16-
"2.6.6",
17-
"2.6.7",
18-
"2.6.8",
19-
"2.6.9",
11+
"2.7.0",
2012
"2.7.1",
2113
"2.7.2",
2214
"2.7.3",
2315
"2.7.4",
2416
"2.7.5",
17+
"2.7.6",
2518
"3.0.0",
2619
"3.0.1",
2720
"3.0.2",
2821
"3.0.3",
22+
"3.0.4",
2923
"3.1.0",
3024
"3.1.1",
25+
"3.1.2",
3126
]
3227

3328
if version in supported_versions:

0 commit comments

Comments
 (0)