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

Commit c2e2279

Browse files
committed
Version 1.14.3 with changelog
1 parent 91cc622 commit c2e2279

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.14.3 (2017-01-24)
2+
3+
Bugfixes:
4+
5+
- fix the resolver attemting to activate ruby-platform gems when the bundle is only for other platforms (#5349, #5356, @segiddins)
6+
- avoid re-resolving a locked gemfile that uses `gemspec` and includes development dependencies (#5349, @segiddins)
7+
18
## 1.14.2 (2017-01-22)
29

310
Bugfixes:

lib/bundler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ module Bundler
77
# We're doing this because we might write tests that deal
88
# with other versions of bundler and we are unsure how to
99
# handle this better.
10-
VERSION = "1.14.2" unless defined?(::Bundler::VERSION)
10+
VERSION = "1.14.3" unless defined?(::Bundler::VERSION)
1111
end

0 commit comments

Comments
 (0)