Skip to content

Commit

Permalink
Bump bundler to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrish committed Sep 15, 2012
1 parent f22ecb9 commit e3fdaf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -2,9 +2,9 @@ source "http://rubygems.org"

group :development do
gem "rspec", "~> 2.8.0"
gem "bundler", "~> 1.0.10" # so that we know we have Psych
gem "bundler", "~> 1.2.0"
gem "jeweler", "~> 1.8.3"
gem "rcov", ">= 0"
gem 'i18n-spec'
gem 'localeapp'
end
end
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -39,7 +39,7 @@ PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.0.10)
bundler (~> 1.2.0)
i18n-spec
jeweler (~> 1.8.3)
localeapp
Expand Down

0 comments on commit e3fdaf4

Please sign in to comment.