summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-02-07 10:18:16 +1100
committerAndre Arko <andre@arko.net>2015-02-08 11:22:01 +1100
commit03003a315a09659cd3fc27df8959382f5c4e27c0 (patch)
tree2f2a10e16ed740a999eea6211dc4746455983638
parentb8594666c185a2e431487795d24a31b88846e955 (diff)
downloadbundler-03003a315a09659cd3fc27df8959382f5c4e27c0.tar.gz
Version 1.7.13 with changelog
-rw-r--r--CHANGELOG.md7
-rw-r--r--lib/bundler/version.rb2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88e31f3025..98418a61d5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 1.7.13 (2015-02-07)
+
+Bugfixes:
+
+ - Look up installed gems in remote sources (#3368, #3377, #3300, #3381, @indirect)
+ - Look up gems across all sources to satisfy dependencies (#3365, @keiths-osc)
+
## 1.7.12 (2015-01-08)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index a4cb873e32..9261f2058d 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.7.12" unless defined?(::Bundler::VERSION)
+ VERSION = "1.7.13" unless defined?(::Bundler::VERSION)
end