[Gemfile] Add version requirements to rake for Ruby 1.8.7
Showing
... | ... | @@ -17,7 +17,7 @@ group :development do |
gem "bacon" | ||
gem "mocha-on-bacon" | ||
gem 'prettybacon', :git => 'https://github.com/irrationalfab/PrettyBacon.git', :branch => 'master' | ||
gem "rake" | ||
gem 'rake', '~> 10.1.0' # Ruby 1.8.7 | ||
# For the integration tests | ||
gem "diffy" | ||
... | ... |
Please
register
or
sign in
to comment