Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Auto merge of #5035 - bundler:1_13_2_changelog_edit, r=indirect
Browse files Browse the repository at this point in the history
Change changelog on #4974

It's more accurate to say what was fixed that was broken. The prior text, "invoking bundler with binstubs generated by RubyGems 2.6.2+" was required to keep what was fixed in 1.13 still fixed.
  • Loading branch information
homu committed Sep 30, 2016
2 parents 1ba7977 + f2eeb2b commit abd655c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Bugfixes:
- ensure redefined methods have the same visibility as the one they're replacing, fixing `Kernel.require` failing on JRuby (#4975, @segiddins)
- ensure that Bundler won't complain about a corrupt lockfile when no lockfile exists when using `gemspec` in the Gemfile (#5006, @segiddins)
- fail gracefully when parsing the metadata for a gemspec from the compact index fails (@segiddins)
- fix invoking bundler with binstubs generated by RubyGems 2.6.2+ (#4974, @chrismo)
- fix system gems not being copied to --path on bundle install (e.g. --deployment) (#4974, @chrismo)

Performance:

Expand Down

0 comments on commit abd655c

Please sign in to comment.