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

Commit

Permalink
Version 1.9.3 with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Apr 12, 2015
1 parent 5749ade commit 10d94dc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## 1.9.3 (2015-04-12)

Bugfixes:

- handle removal of `specs` from rubygems/rubygems@620910 (#3558, @indirect)
- install 'universal' gems on Windows (#3066, @jdmundrawala)
- stop passing --local during `rake install` task (#3236, @indirect)
- guard against all possible accidental public gem pushes (#3533, @indirect)

## 1.9.2 (2015-03-30)

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.9.2" unless defined?(::Bundler::VERSION)
VERSION = "1.9.3" unless defined?(::Bundler::VERSION)
end

0 comments on commit 10d94dc

Please sign in to comment.