Lock json dependency to ~> 1.8 on Ruby 1.9

This commit is contained in:
Erik Michaels-Ober 2016-07-07 16:54:13 -07:00 committed by Yorick Peterse
parent cf3055123f
commit 9a47c751e4
No known key found for this signature in database
GPG Key ID: EDD30D2BEB691AC9
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@ source 'https://rubygems.org'
gemspec gemspec
platforms :ruby_19 do
gem 'json', '~> 1.8'
end
group :benchmarking do group :benchmarking do
gem 'ox', :platforms => [:mri, :rbx] gem 'ox', :platforms => [:mri, :rbx]
gem 'nokogiri' gem 'nokogiri'