summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-12-28 01:29:05 -0800
committerAndre Arko <andre@arko.net>2013-12-28 01:29:05 -0800
commit2faea49ce6d37b35cbb2683d88050861fde69f78 (patch)
treef83a2fbcceb7e839738c654caeb4c2cf26ddcdca
parenta1eed776ba71002c4209d6a52aabfb5b6901cefe (diff)
downloadbundler-2faea49ce6d37b35cbb2683d88050861fde69f78.tar.gz
Version 1.5.1 with changelogv1.5.1
-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 6b67d6fa6d..49ba83a629 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 1.5.1 (2013-12-28)
+
+Bugfixes:
+
+ - correctly find gems installed with Ruby by default
+
## 1.5.0 (2013-12-26)
Features:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 64c2ed741d..3fa04a8a22 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.5.0" unless defined?(::Bundler::VERSION)
+ VERSION = "1.5.1" unless defined?(::Bundler::VERSION)
end