summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-04-29 20:53:26 -0700
committerAndre Arko <andre@arko.net>2015-04-29 20:53:26 -0700
commit4d25dc95fea641201d0032b509afea04231eaec7 (patch)
tree34d5928eb14b92ce7b0dc9c4af57ad6cd99a080d
parent1a82dd9250d8c7e0d5bfe0d125825155c6c8aaa7 (diff)
downloadbundler-4d25dc95fea641201d0032b509afea04231eaec7.tar.gz
Version 1.8.8 with changelogv1.8.8
-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 09c100db53..7512ae7b54 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 1.8.8 (2015-04-29)
+
+Bugfixes:
+
+ - Respect Gemfile sources when installing a gem present in two sources (#3585, @tmoore)
+
## 1.8.7 (2015-04-07)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index cc5a1efad5..4b2ee8ef86 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.7" unless defined?(::Bundler::VERSION)
+ VERSION = "1.8.8" unless defined?(::Bundler::VERSION)
end