We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ef123 commit cf1c86bCopy full SHA for cf1c86b
ruby/private/sdk.bzl
@@ -8,26 +8,21 @@ def rules_ruby_select_sdk(version = "host"):
8
9
supported_versions = [
10
"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",
+ "2.7.0",
20
"2.7.1",
21
"2.7.2",
22
"2.7.3",
23
"2.7.4",
24
"2.7.5",
+ "2.7.6",
25
"3.0.0",
26
"3.0.1",
27
"3.0.2",
28
"3.0.3",
+ "3.0.4",
29
"3.1.0",
30
"3.1.1",
+ "3.1.2",
31
]
32
33
if version in supported_versions:
0 commit comments