Skip to content

Commit 88cf37f

Browse files
committed
chore: update supported rubies
1 parent a4bd4f5 commit 88cf37f

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
- 3.2.6
3939
- 3.3.7
4040
- 3.4.1
41-
- jruby-9.4.10.0
42-
- truffleruby-24.1.1
41+
- jruby-9.4.12.0
42+
- truffleruby-24.1.2
4343
- system
4444
os:
4545
- ubuntu-latest
@@ -52,7 +52,7 @@ jobs:
5252
exclude:
5353
# TruffleRuby doesn't work on Windows.
5454
- os: windows-latest
55-
ruby: truffleruby-24.1.1
55+
ruby: truffleruby-24.1.2
5656
defaults:
5757
run:
5858
working-directory: examples/gem
@@ -113,7 +113,7 @@ jobs:
113113
matrix:
114114
ruby:
115115
- 3.3.7
116-
- jruby-9.4.10.0
116+
- jruby-9.4.12.0
117117
defaults:
118118
run:
119119
working-directory: examples/native_ext

ruby/private/bundler_checksums.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# curl -sSf https://rubygems.org/api/v1/versions/bundler.json | jq 'map({key: .number, value: .sha}) | from_entries' | grep -vE '\.pre|\.rc|\.beta'
55

66
BUNDLER_CHECKSUMS = {
7+
"2.6.4": "c4ccca0acc4c3c48e3b8b6335c7ea0e908fb79bab01be1681fdc58ca704eb18c",
78
"2.6.3": "29f9386f7b2688b2b4c5e9024058debd91ef88599f33489f62ebcc8898c8c8a3",
89
"2.6.2": "4b89756e1b05390ff678491119a10f0973a2045cc9fcb227b02a9396b28f7d74",
910
"2.6.1": "b5b86a0ccebbc65390d14d42644f77cdbeef2378469b35273743996be21f5c50",

ruby/private/download.bzl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"Repository rule for fetching Ruby interpreters"
22

3-
RUBY_BUILD_VERSION = "20250121"
3+
RUBY_BUILD_VERSION = "20250215"
44

55
_JRUBY_BINARY_URL = "https://repo1.maven.org/maven2/org/jruby/jruby-dist/{version}/jruby-dist-{version}-bin.tar.gz"
66
_RUBY_BUILD_URL = "https://github.com/rbenv/ruby-build/archive/refs/tags/v{version}.tar.gz"
@@ -36,6 +36,8 @@ _JRUBY_VERSIONS = {
3636
"9.4.8.0": "347b6692bd9c91c480a45af25ce88d77be8b6e4ac4a77bc94870f2c5b54bc929",
3737
"9.4.9.0": "8d64736e66a3c0e1e1ea813b6317219c5d43769e5d06a4417311e2baa8b40ef7",
3838
"9.4.10.0": "0b325bb6e64896dfcf235bbc6506ca9b5af78f1c8fec7f048bc4188b1793b5e0",
39+
"9.4.11.0": "cf4067bdc3a6ab518c786588e2486adc047b9cea0b96a43218b03ac651d26e11",
40+
"9.4.12.0": "05c5d203d6990c92671cc42f57d2fa1c1083bbfd16fa7023dc5848cdb8f0aa2e",
3941
}
4042
_JRUBY_INTEGRITY_MISSING = """
4143

0 commit comments

Comments
 (0)