summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-12-15 16:12:31 -0800
committerAndre Arko <andre@arko.net>2015-12-15 16:12:31 -0800
commit1b021b2b77378779f53bbd658194a0c2e298885e (patch)
tree07e2f5caaafdfe33e279a4c9dbd34609b56809dc
parentbfbad5c5f4d62e153da9d96e7187079e87335b64 (diff)
downloadbundler-1-11-stable.tar.gz
Version 1.11.2 with changelogv1.11.21-11-stable
-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 d81fbfd301..5f9fb3fd15 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 1.11.2 (2015-12-15)
+
+Bugfixes:
+
+ - _really_ stop calling `required_ruby_version` on nil @specifications (#4147, @indirect)
+
## 1.11.1 (2015-12-15)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 983b6c56fb..a3311288ef 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.11.1" unless defined?(::Bundler::VERSION)
+ VERSION = "1.11.2" unless defined?(::Bundler::VERSION)
end