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'