[pull] master from ruby:master#787
Merged
pull[bot] merged 12 commits intoturkdevops:masterfrom Feb 18, 2026
Merged
Conversation
- ### Problem Bundler crashes when a Gemfile contains a plugin and you try to run `bundle install` while setting the BUNDLE_WITHOUT=default value. ### Context Setting the BUNDLE_WITHOUT=default is something that some deployment tooling does like [shipit](https://github.com/Shopify/shipit-engine/blob/a24b9d8b1b777e22f05311705be7938a4823eee6/app/models/shipit/deploy_spec/bundler_discovery.rb#L6) The intent being to only install gems that are required to deploy the app (for instance ones that are inside a `group :deploy` block). ### Solution Bundler assume that all plugins inside the Gemfile will get installed, but don't take in consideration that a BUNDLE_WITHOUT may have affected this. So before registering a plugin, make sure it's actually in the `specs` object (meaning it was installed on disk). ruby/rubygems@b416a026ca
railsbench stats: side_exit_size: 5,340,736 code_region_bytes: 15,122,432 side_exit_size_ratio: 35.3%
…n running in ruby core
Fix up git:e875ca2e7494.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )