summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-05-02 23:02:26 -0700
committerAndre Arko <andre@arko.net>2015-05-02 23:03:08 -0700
commitaf5db3362bbaf509cf095e9c128f442715c64168 (patch)
tree9cd7e6775338146895fac48bfe38593a751da9b6
parent75a8792861b8ab78659ce1752e13ec24a59cb88b (diff)
downloadbundler-af5db3362bbaf509cf095e9c128f442715c64168.tar.gz
Version 1.8.9 with changelogv1.8.9
-rw-r--r--CHANGELOG.md6
-rw-r--r--lib/bundler/version.rb2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7bde91d2e..92c20eae2c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 1.8.9 (2015-05-02)
+
+Bugfixes:
+
+ - Support RubyGems versions above 2.4.6 (@tenderlove, @segiddins, @indirect)
+
## 1.8.8 (2015-04-29)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 4b2ee8ef86..3d224ff06f 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -2,5 +2,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.8.8" unless defined?(::Bundler::VERSION)
+ VERSION = "1.8.9" unless defined?(::Bundler::VERSION)
end