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

Commit

Permalink
Version 1.14.5 with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Feb 22, 2017
1 parent c6f3a94 commit 8c34c7e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 1.14.5 (2017-02-22)

Bugfixes:

- avoid loading all unused gemspecs during `bundle exec` on RubyGems 2.3+ (@segiddins)
- improve resolver performance when dependencies have zero or one total possibilities ignoring requirements (#5444, #5457, @segiddins)
- enable compact index when OpenSSL FIPS mode is enabled but not active (#5433, @wjordan)
- use github username instead of git name for the github url in `bundle gem` (#5438, @danielpclark)
- avoid a TypeError on RubyGems 2.6.8 when no build settings are set for native extensions (@okkez)
- fail gracefully when the dependency api is missing runtime dependencies for a gem (@segiddins)
- handle when a platform-specific gem has more dependencies than the ruby platform version (#5339, #5426, @segiddins)
- allow running bundler on a machine with no home directory where the temporary directory is not writable (#5371, @segiddins)
- avoid gem version conflicts on openssl using Ruby 2.5 (#5235, @rhenium)
- fail when installing in frozen mode and the dependencies for `gemspec` gems have changed without the lockfile being updated (#5264, @segiddins)

## 1.14.4 (2017-02-12)

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.14.4" unless defined?(::Bundler::VERSION)
VERSION = "1.14.5" unless defined?(::Bundler::VERSION)
end

0 comments on commit 8c34c7e

Please sign in to comment.