Skip to content

Commit

Permalink
For Ruby 1.9, specify rake version because 12.3.0 does not support 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
estolfo committed Jan 17, 2018
1 parent ff0069e commit 001a9fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
@@ -1,7 +1,6 @@
source 'https://rubygems.org'

gemspec
gem 'rake'
gem 'yard'

group :development, :testing do
Expand All @@ -10,8 +9,10 @@ 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 'httparty', '0.14.0'
else
gem 'rake'
gem 'httparty'
end
gem 'yajl-ruby', require: 'yajl', platforms: :mri
Expand Down

0 comments on commit 001a9fe

Please sign in to comment.