add json as dependency

This commit is contained in:
Reinier Balt 2013-07-28 13:36:47 +02:00
parent 8690dc1fcb
commit 58e0393efa
2 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,8 @@ gem 'rails', '~>4.0.0'
gem 'sass-rails', '~>4.0.0'
gem 'coffee-rails', '~>4.0.0'
gem 'json'
# todo: remove xml api
gem 'actionpack-xml_parser', git: 'https://github.com/rails/actionpack-xml_parser'

View file

@ -93,6 +93,7 @@ GEM
jquery-rails (3.0.4)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.0)
libv8 (3.11.8.17)
mail (2.5.4)
mime-types (~> 1.16)
@ -208,6 +209,7 @@ DEPENDENCIES
factory_girl_rails
htmlentities
jquery-rails
json
mocha
mysql2
rack-mini-profiler