From f2eeb2b7988e1c987d617e5624137ae4ee1af4fc Mon Sep 17 00:00:00 2001 From: chrismo Date: Fri, 30 Sep 2016 13:04:02 -0500 Subject: 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. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.1