Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Version 1.11.2 with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Dec 16, 2015
1 parent bfbad5c commit 1b021b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions 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:
Expand Down
2 changes: 1 addition & 1 deletion lib/bundler/version.rb
Expand Up @@ -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

0 comments on commit 1b021b2

Please sign in to comment.