Bump JRuby to 10.1.1.0#311
Merged
Merged
Conversation
https://www.jruby.org/2026/07/22/jruby-10-1-1-0.html Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
rdoc 8.0.0 added a runtime dependency on rbs (>= 4.0.0). rbs 4.0.x ships only a C-extension (ruby platform) gem, and its extconf has no way to skip the native build, so `bundle install` on JRuby fails: Installing rbs 4.0.3 with native extensions /home/runner/.rubies/jruby-10.1.1.0/bin/jruby extconf.rb *** extconf.rb failed An error occurred while installing rbs (4.0.3), and Bundler cannot continue. rbs publishes a java-platform gem (no C extension) starting with 4.1.0.pre.2, so require rbs ">= 4.1.0.pre.2" on JRuby only. Bundler then resolves the java gem there and builds no native extension. CRuby keeps resolving the stable rbs (4.0.x via rdoc) and is unaffected. Same workaround as rsim/oracle-enhanced#2820; it can be reverted by deleting the added lines once rbs ships a stable java-platform gem. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR bumps the JRuby version used in CI (and the release workflow) from 10.1.0.0 to 10.1.1.0, and updates the README mention accordingly.
JRuby 10.1.1.0 was released on 2026-07-22: https://www.jruby.org/2026/07/22/jruby-10-1-1-0.html
🤖 Generated with Claude Code