From 9a47c751e49585ccc75f72ac38a25e0cc2c7cfbd Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Thu, 7 Jul 2016 16:54:13 -0700 Subject: [PATCH] Lock json dependency to ~> 1.8 on Ruby 1.9 --- Gemfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index e87d96b..e785c04 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,10 @@ source 'https://rubygems.org' gemspec +platforms :ruby_19 do + gem 'json', '~> 1.8' +end + group :benchmarking do gem 'ox', :platforms => [:mri, :rbx] gem 'nokogiri'