[ruby] Bump Bundler from 4.0.13 to 4.0.14#98
Merged
hayat01sh1da merged 1 commit intoJun 14, 2026
Conversation
This was referenced Jun 14, 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.
1. Overview
Bundler 4.0.14 (released 2026-06-10) is a small patch release over 4.0.13.
It contains no new features — only two bug fixes, both targeting the source "cooldown" behaviour (the mechanism that delays adopting freshly published gem versions).
No breaking changes; upgrading is safe and recommended.
2. Key Changes
Bug fixes:
— When Bundler reconciles the sources declared in the
Gemfileagainst those recordedin
Gemfile.lock, the per-source cooldown setting is now retained instead of being lost.bundle update(PR Don't exclude the locked version from cooldown during bundle update ruby/rubygems#9599, hsbt)— During
bundle update, the version already pinned in the lockfile is no longerwrongly exempted from the cooldown window.
3. Summary
A focused bug-fix release.
Both fixes correct edge cases in how Bundler applies the cooldown policy when resolving and updating dependencies, making cooldown behaviour consistent between
bundle install/converge andbundle update.No API, CLI, or configuration changes — a drop-in patch upgrade from 4.0.13.
4. References