summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <me@colby.fyi>2018-12-27 15:18:08 +1100
committerColby Swandale <me@colby.fyi>2018-12-27 15:18:08 +1100
commit533ef21d52f2daac6737aed7bda9cfe1c9628a31 (patch)
tree870f9d6bf773f0728c07d44b9e019500d3761fc2
parentc3ba633b749484490a38c661b79fbbfa7a62d633 (diff)
parentd7089abb6a3c922bfe74199c103e745bb11bd46f (diff)
downloadbundler-533ef21d52f2daac6737aed7bda9cfe1c9628a31.tar.gz
Merge remote-tracking branch 'origin/1-17-stable'
* origin/1-17-stable: cleanup changelog and release Version 1.17.3 with changelog Merge #6853 Merge #6849 make rubocop happy fix installing gems on _really_ old versions of RubyGems Revert "add bors config" configure bors instead of homu add bors config
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 95f087d0b9..d86054b2ff 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 a 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 the `bundle remove` command to the main Bundler manual page
+
## 1.17.2 (2018-12-11)
- Add compatibility for bundler merge with Ruby 2.6