We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c794621 commit 091d577Copy full SHA for 091d577
1 file changed
ruby/private/sdk.bzl
@@ -9,15 +9,20 @@ def rules_ruby_select_sdk(version = "host"):
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.7.1",
20
"2.7.2",
21
+ "2.7.3",
22
+ "2.7.4",
23
"3.0.0",
24
"3.0.1",
25
+ "3.0.2",
26
]
27
28
if version in supported_versions:
0 commit comments