Skip to content

Update dependency ruby to v4.0.6 - #131

Merged
silug merged 2 commits into
mainfrom
renovate/ruby-4.x
Jul 27, 2026
Merged

Update dependency ruby to v4.0.6#131
silug merged 2 commits into
mainfrom
renovate/ruby-4.x

Conversation

@renovate

@renovate renovate Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
ruby (source) uses-with patch 4.0.54.0.6

Release Notes

ruby/ruby (ruby)

v4.0.6: 4.0.6

Compare Source

What's Changed

Note: This list is automatically generated by tool/gen-github-release.rb. Because of this, some commits may be missing.

Full Changelog

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

rdoc 8.0.0 added a dependency on rbs, and rbs only publishes a C
extension gem (the sole java-platform release is the 4.1.0.pre.2
prerelease), so JRuby cannot build it and `bundle install` dies in the
jruby-10.0 spec job:

    Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
    ...rbs-4.1.0/ext/rbs_extension
    RuntimeError: The compiler failed to generate an executable file.
    An error occurred while installing rbs (4.1.0)

rdoc is transitive (voxpupuli-test -> openvox-strings -> irb -> rdoc),
so constrain it directly, scoped to the jruby platform. MRI resolution
is unaffected: a fresh `bundle lock` under Ruby 4.0 still picks rdoc
8.0.0 and rbs 4.1.0.

jruby-9.4 never hit this (rdoc 8 requires Ruby >= 3.2.0); its job was
cancelled by the failing jruby-10.0 job.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@renovate

renovate Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@silug
silug merged commit 54b2a5b into main Jul 27, 2026
13 checks passed
@silug
silug deleted the renovate/ruby-4.x branch July 27, 2026 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants