[ruby] Bump Bundler from 4.0.14 to 4.0.15#111
Merged
hayat01sh1da merged 1 commit intoJun 24, 2026
Conversation
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
This update bumps Bundler from
4.0.14to4.0.15, the version shipped as a default gem with the RubyGems 4.0.15 release on 2026-06-24.The release is a maintenance update that focuses on memory efficiency, more robust git source handling, clearer diagnostics, and several correctness fixes around lockfiles, SSL, and platform-specific behaviour.
No breaking changes are introduced; the upgrade is intended to be a safe drop-in for existing projects.
2. Key Changes & Differences in Each Gem
bundle install; lockfile parsing no longer requires source plugins; improved lockfile version cooldown exemption; corrected SSL certificate configuration for gem downloads; bumped itsrb-sysdependency to0.9.128.3. Summary
Upgrading to Bundler 4.0.15 brings tangible reliability and performance benefits with minimal risk.
The reduced peak memory footprint during index loading and installation is the most broadly useful change, while the Git LFS and lockfile-parsing fixes improve correctness for projects that depend on remote git sources or source plugins.
Because the release contains no breaking changes, the recommendation is to adopt it as a routine maintenance update.
4. References