aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2012-10-28 15:53:48 +0530
committerArun Agrawal <arunagw@gmail.com>2012-10-28 15:53:48 +0530
commit1adb78424fa79075806704ad6f79c159795828c1 (patch)
tree978ef9458ba005f576fadc82d6b0ab81ef2ba1b7 /Gemfile
parent4b1a7bcc4ceefeebaa14dbc2571a2e6cd593556d (diff)
downloadrails-1adb78424fa79075806704ad6f79c159795828c1.tar.gz
rails-1adb78424fa79075806704ad6f79c159795828c1.tar.bz2
rails-1adb78424fa79075806704ad6f79c159795828c1.zip
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.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
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'