diff options
author | Samuel Giddins <segiddins@segiddins.me> | 2016-09-30 12:29:41 -0500 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2016-09-30 12:29:41 -0500 |
commit | 1ba797729ab6bb107832aaf823f525874074d378 (patch) | |
tree | 3188f76c707e25e4a70429572911820e2e480141 /CHANGELOG.md | |
parent | d77c5c671475dc1b2ec9ed44e9988bbe6b999b29 (diff) | |
parent | d391114b55114be34875463660367ff193174c4f (diff) | |
download | bundler-1ba797729ab6bb107832aaf823f525874074d378.tar.gz |
Merge tag 'v1.13.2'
Version 1.13.2
# Conflicts:
# lib/bundler/lazy_specification.rb
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6961b52429..24b030e7da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 1.13.2 (2016-09-30) + +Bugfixes: + + - allow `Settings` to be initialized without a root directory (@m1k3) + - allow specifying ruby engines in the gemfile as a symbol (#4919, @JuanitoFatas) + - avoid an execption when using `bundler/deployment` with Vlad (@srbaker) + - 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) + +Performance: + + - avoid parsing the lockfile twice when evaluating gemfiles (@segiddins) + ## 1.13.1 (2016-09-13) Bugfixes: |