summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <me@colby.fyi>2018-12-27 13:28:41 +1100
committerColby Swandale <me@colby.fyi>2018-12-27 13:31:14 +1100
commita289fddd45f911c2d18dd7555666b0cd4a253f21 (patch)
tree838ed8a44070d3bb4a55e861c8ef3b1fefa6a91e
parent676e3c64a1d453378d62352bbb8e428ce941e46f (diff)
downloadbundler-a289fddd45f911c2d18dd7555666b0cd4a253f21.tar.gz
Version 1.17.3 with changelog
-rw-r--r--CHANGELOG.md11
-rw-r--r--lib/bundler/version.rb2
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a32c73a1e8..f262060775 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+## 1.17.3 (2018-12-27)
+
+Bugfixes:
+
+ - Fix a Bundler error when installing gems on old versions of RubyGems ([#6839](https://github.com/bundler/bundler/issues/6839), @colby-swandale)
+ - Fix an rare issue where Bundler was removing itself after a `bundle clean` ([#6829](https://github.com/bundler/bundler/issues/6829), @colby-swandale)
+
+Documentation:
+
+ - add entry for `bundle remove` command to the main Bundler manual page
+
## 1.17.2 (2018-12-11)
- Add compatibility for bundler merge with Ruby 2.6
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 01b28c08eb..feab75b8d1 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -7,7 +7,7 @@ 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.17.2" unless defined?(::Bundler::VERSION)
+ VERSION = "1.17.3" unless defined?(::Bundler::VERSION)
def self.overwrite_loaded_gem_version
begin