mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02: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'
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue