Portable Ruby 4.0.4#22236
Open
p-linnane wants to merge 3 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps Homebrew’s vendored Portable Ruby to 4.0.4 and updates the associated checksums and Bundler version so the bootstrap/runtime Ruby toolchain remains consistent across platforms.
Changes:
- Update Portable Ruby version to 4.0.4 and refresh platform-specific SHA256 values.
- Bump the pinned Bundler version to 4.0.10 and align
Gemfile.lock/.ruby-versionwith Ruby 4.0.4.
Reviewed changes
Copilot reviewed 2 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Library/Homebrew/vendor/portable-ruby-x86_64-linux | Update Portable Ruby bottle SHA for x86_64 Linux. |
| Library/Homebrew/vendor/portable-ruby-x86_64-darwin | Update Portable Ruby bottle SHA for x86_64 macOS (catalina tag). |
| Library/Homebrew/vendor/portable-ruby-version | Bump vendored Portable Ruby version to 4.0.4. |
| Library/Homebrew/vendor/portable-ruby-arm64-linux | Update Portable Ruby bottle SHA for arm64 Linux. |
| Library/Homebrew/vendor/portable-ruby-arm64-darwin | Update Portable Ruby bottle SHA for arm64 macOS (big_sur tag). |
| Library/Homebrew/utils/ruby.sh | Bump HOMEBREW_BUNDLER_VERSION to 4.0.10. |
| Library/Homebrew/Gemfile.lock | Update locked Ruby version to 4.0.4 and Bundler to 4.0.10. |
| Library/Homebrew/.ruby-version | Align development Ruby version with 4.0.4. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
MikeMcQuaid
approved these changes
May 12, 2026
Signed-off-by: Patrick Linnane <patrick@linnane.io>
Signed-off-by: Patrick Linnane <patrick@linnane.io>
fcc0f40 to
42195b1
Compare
Signed-off-by: Patrick Linnane <patrick@linnane.io>
Member
Author
|
Upstream ISeq fix: ruby/ruby#16805 |
MikeMcQuaid
approved these changes
May 12, 2026
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.
brew lgtm(style, typechecking and tests) with your changes locally?