Skip to content

Commit 29a9778

Browse files
authored
Merge branch 'master' into dependabot/bundler/examples/simple_rails_api/puma-4.3.11
2 parents d4aa2a2 + 535c0e7 commit 29a9778

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

ruby/private/sdk.bzl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,18 @@ def rules_ruby_select_sdk(version = "host"):
1616
"2.6.6",
1717
"2.6.7",
1818
"2.6.8",
19+
"2.6.9",
1920
"2.7.1",
2021
"2.7.2",
2122
"2.7.3",
2223
"2.7.4",
24+
"2.7.5",
2325
"3.0.0",
2426
"3.0.1",
2527
"3.0.2",
28+
"3.0.3",
29+
"3.1.0",
30+
"3.1.1",
2631
]
2732

2833
if version in supported_versions:

ruby/private/toolchains/ruby_runtime.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ load("//ruby/private/toolchains:repository_context.bzl", "ruby_repository_contex
33

44
def _install_ruby_version(ctx, version):
55
ctx.download_and_extract(
6-
url = "https://github.com/rbenv/ruby-build/archive/refs/tags/v20210707.tar.gz",
7-
sha256 = "afd8aa2d05fb2f33c09c78dabcd2fc0bfa7e70dfc6b5288a1b5794337497039b",
8-
stripPrefix = "ruby-build-20210707",
6+
url = "https://github.com/rbenv/ruby-build/archive/refs/tags/v20220218.tar.gz",
7+
sha256 = "35c82b13b7bc3713eee5615b0145c79fbbac32873f55f2ab796620d76970d8e3",
8+
stripPrefix = "ruby-build-20220218",
99
)
1010

1111
install_path = "./build"

0 commit comments

Comments
 (0)