Skip to content

Commit

Permalink
Update Travis json version for ruby 1.8
Browse files Browse the repository at this point in the history
json 1.8.5 broke ruby 1.8 compatibility.
  • Loading branch information
jeremyevans committed Jan 12, 2017
1 parent d91ca1e commit f91792b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.gemfile
Expand Up @@ -31,7 +31,7 @@ else
end

if RUBY_VERSION < '2.0.0'
gem 'json', '<2'
gem 'json', '<1.8.5'
gem 'rake', '<10.0.0'
else
gem 'json'
Expand Down

0 comments on commit f91792b

Please sign in to comment.