Skip to content

Commit 5575725

Browse files
committed
Add Ruby 3.2.0 as a valid ruby version
1 parent 0a3275b commit 5575725

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ruby/private/sdk.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def rules_ruby_select_sdk(version = "host"):
2323
"3.1.0",
2424
"3.1.1",
2525
"3.1.2",
26+
"3.2.0",
2627
]
2728

2829
if version in supported_versions:

0 commit comments

Comments
 (0)