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:
parent
12a738f7fa
commit
9728c93df7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue