Skip to content

Commit

Permalink
relax bundler requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
fschwahn committed Nov 16, 2011
1 parent 074867d commit 9fbbd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source "http://rubygems.org"
group :development do
gem 'rake', '>= 0'
gem "shoulda", ">= 0"
gem "bundler", "~> 1.0.0"
gem "bundler", "~> 1.0"
gem "jeweler", "~> 1.6.0"
gem "rcov", ">= 0"
end
Expand Down

0 comments on commit 9fbbd59

Please sign in to comment.