1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #8047 from arunagw/json_only_in_18

Removing JSON for other ruby
This commit is contained in:
Carlos Antonio da Silva 2012-10-28 12:51:42 -07:00
parent d46f9e3731
commit a698175dfc

View file

@ -47,7 +47,6 @@ platforms :mri do
end
platforms :ruby do
gem 'json'
gem 'yajl-ruby'
gem 'nokogiri', '>= 1.4.5'