summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrismo <chrismo@clabs.org>2016-09-30 13:04:02 -0500
committerGitHub <noreply@github.com>2016-09-30 13:04:02 -0500
commitf2eeb2b7988e1c987d617e5624137ae4ee1af4fc (patch)
tree9ec61280c8338e53e5b2ec447a37689405625e5f
parent1ba797729ab6bb107832aaf823f525874074d378 (diff)
downloadbundler-1_13_2_changelog_edit.tar.gz
Change changelog on #49741_13_2_changelog_edit
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.
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 24b030e7da..b32a5ccac4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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: