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

Commit

Permalink
Merge tag 'v1.13.2'
Browse files Browse the repository at this point in the history
Version 1.13.2

# Conflicts:
#	lib/bundler/lazy_specification.rb
  • Loading branch information
segiddins committed Sep 30, 2016
2 parents d77c5c6 + d391114 commit 1ba7977
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion lib/bundler/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ module Bundler
# We're doing this because we might write tests that deal
# with other versions of bundler and we are unsure how to
# handle this better.
VERSION = "1.13.1" unless defined?(::Bundler::VERSION)
VERSION = "1.13.2" unless defined?(::Bundler::VERSION)
end

0 comments on commit 1ba7977

Please sign in to comment.