File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 38
38
- 3.2.6
39
39
- 3.3.7
40
40
- 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
43
43
- system
44
44
os :
45
45
- ubuntu-latest
52
52
exclude :
53
53
# TruffleRuby doesn't work on Windows.
54
54
- os : windows-latest
55
- ruby : truffleruby-24.1.1
55
+ ruby : truffleruby-24.1.2
56
56
defaults :
57
57
run :
58
58
working-directory : examples/gem
@@ -113,7 +113,7 @@ jobs:
113
113
matrix :
114
114
ruby :
115
115
- 3.3.7
116
- - jruby-9.4.10 .0
116
+ - jruby-9.4.12 .0
117
117
defaults :
118
118
run :
119
119
working-directory : examples/native_ext
Original file line number Diff line number Diff line change 4
4
# curl -sSf https://rubygems.org/api/v1/versions/bundler.json | jq 'map({key: .number, value: .sha}) | from_entries' | grep -vE '\.pre|\.rc|\.beta'
5
5
6
6
BUNDLER_CHECKSUMS = {
7
+ "2.6.4" : "c4ccca0acc4c3c48e3b8b6335c7ea0e908fb79bab01be1681fdc58ca704eb18c" ,
7
8
"2.6.3" : "29f9386f7b2688b2b4c5e9024058debd91ef88599f33489f62ebcc8898c8c8a3" ,
8
9
"2.6.2" : "4b89756e1b05390ff678491119a10f0973a2045cc9fcb227b02a9396b28f7d74" ,
9
10
"2.6.1" : "b5b86a0ccebbc65390d14d42644f77cdbeef2378469b35273743996be21f5c50" ,
Original file line number Diff line number Diff line change 1
1
"Repository rule for fetching Ruby interpreters"
2
2
3
- RUBY_BUILD_VERSION = "20250121 "
3
+ RUBY_BUILD_VERSION = "20250215 "
4
4
5
5
_JRUBY_BINARY_URL = "https://repo1.maven.org/maven2/org/jruby/jruby-dist/{version}/jruby-dist-{version}-bin.tar.gz"
6
6
_RUBY_BUILD_URL = "https://github.com/rbenv/ruby-build/archive/refs/tags/v{version}.tar.gz"
@@ -36,6 +36,8 @@ _JRUBY_VERSIONS = {
36
36
"9.4.8.0" : "347b6692bd9c91c480a45af25ce88d77be8b6e4ac4a77bc94870f2c5b54bc929" ,
37
37
"9.4.9.0" : "8d64736e66a3c0e1e1ea813b6317219c5d43769e5d06a4417311e2baa8b40ef7" ,
38
38
"9.4.10.0" : "0b325bb6e64896dfcf235bbc6506ca9b5af78f1c8fec7f048bc4188b1793b5e0" ,
39
+ "9.4.11.0" : "cf4067bdc3a6ab518c786588e2486adc047b9cea0b96a43218b03ac651d26e11" ,
40
+ "9.4.12.0" : "05c5d203d6990c92671cc42f57d2fa1c1083bbfd16fa7023dc5848cdb8f0aa2e" ,
39
41
}
40
42
_JRUBY_INTEGRITY_MISSING = """
41
43
You can’t perform that action at this time.
0 commit comments