mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-03 11:30:15 +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 'sass-rails', '~>4.0.0'
|
||||||
gem 'coffee-rails', '~>4.0.0'
|
gem 'coffee-rails', '~>4.0.0'
|
||||||
|
|
||||||
|
gem 'json'
|
||||||
|
|
||||||
# todo: remove xml api
|
# todo: remove xml api
|
||||||
gem 'actionpack-xml_parser', git: 'https://github.com/rails/actionpack-xml_parser'
|
gem 'actionpack-xml_parser', git: 'https://github.com/rails/actionpack-xml_parser'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -93,6 +93,7 @@ GEM
|
||||||
jquery-rails (3.0.4)
|
jquery-rails (3.0.4)
|
||||||
railties (>= 3.0, < 5.0)
|
railties (>= 3.0, < 5.0)
|
||||||
thor (>= 0.14, < 2.0)
|
thor (>= 0.14, < 2.0)
|
||||||
|
json (1.8.0)
|
||||||
libv8 (3.11.8.17)
|
libv8 (3.11.8.17)
|
||||||
mail (2.5.4)
|
mail (2.5.4)
|
||||||
mime-types (~> 1.16)
|
mime-types (~> 1.16)
|
||||||
|
|
@ -208,6 +209,7 @@ DEPENDENCIES
|
||||||
factory_girl_rails
|
factory_girl_rails
|
||||||
htmlentities
|
htmlentities
|
||||||
jquery-rails
|
jquery-rails
|
||||||
|
json
|
||||||
mocha
|
mocha
|
||||||
mysql2
|
mysql2
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue