Skip to content

Commit

Permalink
Allow for ruby 1.9 to use any rake version up to 12.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
estolfo committed Jan 17, 2018
1 parent 001a9fe commit 2588c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -9,7 +9,7 @@ group :development, :testing do
gem 'rspec', '~> 3.0'
gem 'mime-types', '~> 1.25'
if RUBY_VERSION < '2.0.0'
gem 'rake', '12.2.1'
gem 'rake', '~> 12.2.0'
gem 'httparty', '0.14.0'
else
gem 'rake'
Expand Down

0 comments on commit 2588c30

Please sign in to comment.