Bump json
This commit is contained in:
parent
d9b3489846
commit
14712df69c
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -18,7 +18,7 @@ gem "diaspora_federation-rails", "0.2.0"
|
|||
# API and JSON
|
||||
|
||||
gem "acts_as_api", "1.0.0"
|
||||
gem "json", "1.8.6"
|
||||
gem "json", "2.1.0"
|
||||
gem "json-schema", "2.8.0"
|
||||
|
||||
# Authentication
|
||||
|
|
|
|||
|
|
@ -327,7 +327,7 @@ GEM
|
|||
sprockets-rails
|
||||
js_image_paths (0.1.0)
|
||||
rails (~> 4.0)
|
||||
json (1.8.6)
|
||||
json (2.1.0)
|
||||
json-jwt (1.7.1)
|
||||
activesupport
|
||||
bindata
|
||||
|
|
@ -806,7 +806,7 @@ DEPENDENCIES
|
|||
jquery-ui-rails (= 5.0.5)
|
||||
js-routes (= 1.3.3)
|
||||
js_image_paths (= 0.1.0)
|
||||
json (= 1.8.6)
|
||||
json (= 2.1.0)
|
||||
json-schema (= 2.8.0)
|
||||
leaflet-rails (= 0.7.7)
|
||||
logging-rails (= 0.5.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue