From 1adb78424fa79075806704ad6f79c159795828c1 Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Sun, 28 Oct 2012 15:53:48 +0530 Subject: Removing JSON for other ruby It's only required for 1.8 and for JRuby! I was fixing a bug with JSON pure on 1.8.7 and I found that we have included json for other 1.8 > rubies also. --- Gemfile | 1 - 1 file changed, 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 369c7d4c72..8c381e9c9e 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,6 @@ platforms :mri do end platforms :ruby do - gem 'json' gem 'yajl-ruby' gem 'nokogiri', '>= 1.4.5' -- cgit v1.2.3