Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
arunagw committed Oct 28, 2012
1 parent 4b1a7bc commit 1adb784
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -52,7 +52,6 @@ platforms :mri do
end

platforms :ruby do
gem 'json'
gem 'yajl-ruby'
gem 'nokogiri', '>= 1.4.5'

Expand Down

0 comments on commit 1adb784

Please sign in to comment.