Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
fail-fast: false
matrix:
ruby:
- 3.2.9
- 3.3.9
- 3.4.6
- 4.0.1
- jruby-10.0.2.0
- truffleruby-33.0.0
- 3.2.11
- 3.3.11
- 3.4.9
- 4.0.3
- jruby-10.1.0.0
- truffleruby-34.0.1
- system
os:
- ubuntu-latest
Expand All @@ -53,7 +53,7 @@ jobs:
exclude:
# TruffleRuby doesn't work on Windows.
- os: windows-latest
ruby: truffleruby-33.0.0
ruby: truffleruby-34.0.1
defaults:
run:
working-directory: examples/gem
Expand All @@ -71,7 +71,7 @@ jobs:
- if: matrix.ruby == 'system'
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.9
ruby-version: 3.2.11
- run: bazel build ...
- run: bazel run lib/gem:add-numbers 2
- run: bazel run lib/gem:print-version
Expand Down Expand Up @@ -133,8 +133,8 @@ jobs:
fail-fast: false
matrix:
ruby:
- 3.3.9
- jruby-10.0.2.0
- 3.3.11
- jruby-10.1.0.0
use-system-ruby:
- true
- false
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
fail-fast: false
matrix:
ruby:
- jruby-10.0.2.0
- jruby-10.1.0.0
os:
- ubuntu-latest
- macos-latest
Expand All @@ -187,7 +187,7 @@ jobs:
- if: matrix.ruby == 'system'
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.9
ruby-version: 3.2.11
- run: ./do_test

examples-rails:
Expand All @@ -198,7 +198,7 @@ jobs:
fail-fast: false
matrix:
ruby:
- 3.4.8
- 3.4.9
os:
- ubuntu-latest
- macos-latest
Expand All @@ -224,7 +224,7 @@ jobs:
fail-fast: false
matrix:
ruby:
- 3.4.5
- 3.4.9
os:
- ubuntu-latest
- macos-latest
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ The following toolchains are known to work and tested on CI.
| MRI 3.4 | 🟩 | 🟩 | 🟩 |
| MRI 3.3 | 🟩 | 🟩 | 🟩 |
| MRI 3.2 | 🟩 | 🟩 | 🟩 |
| JRuby 10.0 | 🟩 | 🟩 | 🟩 |
| TruffleRuby 33.0 | 🟩 | 🟩 | 🟥 |
| JRuby 10.1 | 🟩 | 🟩 | 🟩 |
| TruffleRuby 34.0 | 🟩 | 🟩 | 🟥 |

The following toolchains were previously known to work but _no longer tested on CI_.

Expand All @@ -114,8 +114,10 @@ The following toolchains were previously known to work but _no longer tested on
| MRI 3.1 | 🟩 | 🟩 | 🟩 |
| MRI 3.0 | 🟩 | 🟩 | 🟩 |
| MRI 2.7 | 🟩 | 🟩 | 🟩 |
| JRuby 10.0 | 🟩 | 🟩 | 🟩 |
| JRuby 9.4 | 🟩 | 🟩 | 🟩 |
| JRuby 9.3 | 🟩 | 🟩 | 🟩 |
| TruffleRuby 33.0 | 🟩 | 🟩 | 🟥 |
| TruffleRuby 25.0 | 🟩 | 🟩 | 🟥 |
| TruffleRuby 24.0 | 🟩 | 🟩 | 🟥 |
| TruffleRuby 23.0 | 🟩 | 🟩 | 🟥 |
Expand Down
2 changes: 1 addition & 1 deletion examples/deep_gem/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
jruby-10.0.2.0
jruby-10.1.0.0
2 changes: 1 addition & 1 deletion examples/gem/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
jruby-10.0.2.0
jruby-10.1.0.0
2 changes: 1 addition & 1 deletion examples/jekyll/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ruby = use_extension("@rules_ruby//ruby:extensions.bzl", "ruby")
ruby.toolchain(
name = "ruby",
portable_ruby = True,
version = "3.2.8",
version = "3.2.11",
)
use_repo(ruby, "ruby")

Expand Down
2 changes: 1 addition & 1 deletion examples/native_ext/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
jruby-10.0.2.0
jruby-10.1.0.0
2 changes: 1 addition & 1 deletion examples/proto/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.1
3.4.11
2 changes: 1 addition & 1 deletion examples/rails/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.8
3.4.11
5 changes: 5 additions & 0 deletions ruby/private/bundler_checksums.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
# curl -sSf https://rubygems.org/api/v1/versions/bundler.json | jq 'map({key: .number, value: .sha}) | from_entries' | grep -vE '\.pre|\.rc|\.beta'

BUNDLER_CHECKSUMS = {
"4.0.11": "5bcec0fb78302e48d02ee46f10ee6e6942be647ba5b44a6d1ddfda9a240ce785",
"4.0.10": "ee73a75abe610f4f2bb4dece7459587eb19b30276fd0998257ec9bd6f64ce3e9",
"4.0.9": "1f76de64e7c5b5260d5e144f3f709a4369286f9154af08b3199702639860bb3b",
"4.0.8": "ad75e7903192d544bc62b377a35815d477459b7fbea6660991492e453e0be9b4",
"4.0.7": "f8d8ab45cfdb755983de2c867a29680196a5340f6979f8a354b9244a49c20b17",
"4.0.6": "4e43c13acf18c417926053d00f964a45c54f71721b33066336a0d7db5de73f08",
"4.0.5": "5d52254ae14057ad6b02b20615436bd585790a7ca5ee3ef7ac05799dc90723fd",
"4.0.4": "d0f94b7ba176666896318e419f9a0cc55b698874bffec64cc33537611c61bd16",
Expand Down
6 changes: 5 additions & 1 deletion ruby/private/download.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

load("//ruby/private:portable_ruby_checksums.bzl", "PORTABLE_RUBY_CHECKSUMS", "PORTABLE_RUBY_DEFAULT_SUFFIXES")

RUBY_BUILD_VERSION = "20260114"
RUBY_BUILD_VERSION = "20260512"

_JRUBY_BINARY_URL = "https://repo1.maven.org/maven2/org/jruby/jruby-dist/{version}/jruby-dist-{version}-bin.tar.gz"
_RUBY_BUILD_URL = "https://github.com/rbenv/ruby-build/archive/refs/tags/v{version}.tar.gz"
Expand Down Expand Up @@ -48,6 +48,10 @@ _JRUBY_VERSIONS = {
"10.0.0.1": "0ba34ac5dfec7c22659b14db668a06284db7fc1c820c49c04b92271a6636bafb",
"10.0.1.0": "22174ed408aa19340fc3c609b67f5a83374539ecc50053153d60f6e1f81faa9d",
"10.0.2.0": "b8a026f38aa98461a04ed0aa0b20891ce257ecbe53e124719ce9ee5b804525f1",
"10.0.3.0": "0edb5b02c3f482205d1cf8358f38e31d9e4c6d93a210039224750c72501e4717",
"10.0.4.0": "d0260ebc753a5e9ae49be1eec0e4eec907aaf2b7184faaafc879b0ec3253ca24",
"10.0.5.0": "6b3aa0340bd60a2b131e12490bb498c45359d9c91e477f5760c3aa18e37d1988",
"10.1.0.0": "9c14a0ce81f3a312fd98c415986982132e91d36b12cb8d74a3dfdae93fe984ac",
}
_JRUBY_INTEGRITY_MISSING = """

Expand Down
5 changes: 5 additions & 0 deletions ruby/private/portable_ruby_checksums.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# Maps each Ruby version to its current default release suffix.
# Updated automatically when a new rebuild (-2, -3, etc.) is published.
PORTABLE_RUBY_DEFAULT_SUFFIXES = {
"4.0.4": "1",
"4.0.3": "1",
"4.0.2": "1",
"4.0.1": "1",
Expand Down Expand Up @@ -211,5 +212,9 @@ PORTABLE_RUBY_CHECKSUMS = {
"ruby-4.0.3.arm64_linux.tar.gz": "809787624ef02d09fa467dc1cc3b97f353134f4444523409194eb8b824d9f2c6",
"ruby-4.0.3.x86_64_darwin.tar.gz": "fd67f963deed2768659b5e04e8571dd6d46c0f12731eef33a682c6c35c85d377",
"ruby-4.0.3.x86_64_linux.tar.gz": "98ea581ad9b351496eb9360cfb3da2ad8cf1eeba44d8473420c00edf8e418a20",
"ruby-4.0.4.arm64_darwin.tar.gz": "ac99dc401aacf7c6d7f234cc4b7347d8d1faaa8e6f5a8d240c56b1a05ccddc2a",
"ruby-4.0.4.arm64_linux.tar.gz": "a00464b216e9de42203ca5bb66f881e35a57cea41335b0880a4fade9988977a4",
"ruby-4.0.4.x86_64_darwin.tar.gz": "df7ca6d15cfbf884f5a51b59439e23d1da9c88789992783e7e2f3c50d0995985",
"ruby-4.0.4.x86_64_linux.tar.gz": "2bf52d9d39e04afc0a06fa549dba4a13c75d30afb50f45a0ca9d7032f6d441ac",
},
}
Loading