Skip to content

Commit

Permalink
dont require an old version of bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
akatz committed Jul 18, 2012
1 parent b54c5ec commit 5ff53b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -7,7 +7,7 @@ source "http://rubygems.org"

group :development do
gem "shoulda", ">= 0"
gem "bundler", "~> 1.0.0"
gem "bundler", "> 1.0.0"
gem "jeweler", "~> 1.6.4"
gem "rcov", ">= 0"
gem "rack-test", ">= 0"
Expand Down

0 comments on commit 5ff53b2

Please sign in to comment.