mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-09 09:04:21 +01:00
add json as dependency
This commit is contained in:
parent
8690dc1fcb
commit
58e0393efa
2 changed files with 4 additions and 0 deletions
2
Gemfile
2
Gemfile
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue