update json to 2.3.0
This commit is contained in:
parent
00c5f35190
commit
9211f930cd
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -21,7 +21,7 @@ gem "diaspora_federation-rails", "0.2.6"
|
|||
# API and JSON
|
||||
|
||||
gem "acts_as_api", "1.0.1"
|
||||
gem "json", "2.2.0"
|
||||
gem "json", "2.3.0"
|
||||
gem "json-schema", "2.8.1"
|
||||
|
||||
# Authentication
|
||||
|
|
|
|||
|
|
@ -353,7 +353,7 @@ GEM
|
|||
js_image_paths (0.1.1)
|
||||
rails (>= 4.0, < 6.0)
|
||||
sprockets (>= 3.0.0)
|
||||
json (2.2.0)
|
||||
json (2.3.0)
|
||||
json-jwt (1.11.0)
|
||||
activesupport (>= 4.2)
|
||||
aes_key_wrap
|
||||
|
|
@ -835,7 +835,7 @@ DEPENDENCIES
|
|||
jquery-rails (= 4.3.5)
|
||||
js-routes (= 1.4.7)
|
||||
js_image_paths (= 0.1.1)
|
||||
json (= 2.2.0)
|
||||
json (= 2.3.0)
|
||||
json-schema (= 2.8.1)
|
||||
json-schema-rspec (= 0.0.4)
|
||||
leaflet-rails (= 1.5.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue