From 92d6ec4b50090409c266835f6cd25073c0bc991e Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Fri, 27 Sep 2013 15:15:05 -0400 Subject: [PATCH] Skip testing with json gem --- Gemfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Gemfile b/Gemfile index 8af537b..d2e9a06 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,6 @@ source 'https://rubygems.org' gemspec group :test do - gem 'json' gem 'therubyracer', :platform => :mri gem 'therubyrhino', ">=1.73.3", :platform => :jruby end