Changelogs for RubyGems 4.0.19 and Bundler 4.0.19 - #9788
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Cherry-picks the RubyGems and Bundler 4.0.19 release notes into master by adding new 4.0.19 sections at the top of both changelog files.
Changes:
- Add RubyGems 4.0.19 changelog section (enhancements, bug fixes, documentation).
- Add Bundler 4.0.19 changelog section (enhancements, bug fixes, documentation).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| CHANGELOG.md | Adds the RubyGems 4.0.19 release notes section. |
| CHANGELOG-bundler.md | Adds the Bundler 4.0.19 release notes section. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| ### Enhancements: | ||
|
|
||
| * Validate the platform field in Gem::Installer#verify_spec. Pull request [#9780](https://github.com/ruby/rubygems/pull/9780) by hsbt | ||
| * Restrict UserDefined handling to explicit class set for Gem::SafeMashal. Pull request [#9770](https://github.com/ruby/rubygems/pull/9770) by jackorp |
hsbt
force-pushed
the
cherry_pick_changelogs
branch
from
August 20, 2026 01:14
7bb58bb to
10be82a
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
Suppressed comments (1)
CHANGELOG-bundler.md:8
- Typo in the SafeMarshal constant name:
Gem::SafeMashaldoesn’t match the actualGem::SafeMarshalmodule name used in the codebase and elsewhere in the changelog. This should be corrected to avoid confusing readers/searching release notes.
* Restrict UserDefined handling to explicit class set for Gem::SafeMashal. Pull request [#9770](https://github.com/ruby/rubygems/pull/9770) by jackorp
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.
Cherry-picking change logs from future RubyGems 4.0.19 and Bundler 4.0.19 into master.