1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Lock rake to 10.1 for Ruby 1.8.7

Rake has gone 1.9.3+ from 10.2 onwards so the Gemfile for 1.8.7
specifies this new constraint.
This commit is contained in:
Paul Thornthwaite 2014-03-25 15:50:09 +00:00
parent 12a738f7fa
commit 9728c93df7

View file

@ -6,6 +6,7 @@ gem 'mime-types', '~>1.16'
group :development, :test do
# This is here because gemspec doesn't support require: false
gem 'coveralls', :require => false
gem 'rake', '~> 10.1.0'
end
gemspec