Bump json

This commit is contained in:
Benjamin Neff 2019-03-24 00:21:37 +01:00
parent 23d637b9a1
commit f4fa7e10bd
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ gem "diaspora_federation-rails", "0.2.5"
# API and JSON # API and JSON
gem "acts_as_api", "1.0.1" gem "acts_as_api", "1.0.1"
gem "json", "2.1.0" gem "json", "2.2.0"
gem "json-schema", "2.8.1" gem "json-schema", "2.8.1"
# Authentication # Authentication

View file

@ -340,7 +340,7 @@ GEM
js_image_paths (0.1.1) js_image_paths (0.1.1)
rails (>= 4.0, < 6.0) rails (>= 4.0, < 6.0)
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
json (2.1.0) json (2.2.0)
json-jwt (1.9.4) json-jwt (1.9.4)
activesupport activesupport
aes_key_wrap aes_key_wrap
@ -812,7 +812,7 @@ DEPENDENCIES
jquery-rails (= 4.3.3) jquery-rails (= 4.3.3)
js-routes (= 1.4.4) js-routes (= 1.4.4)
js_image_paths (= 0.1.1) js_image_paths (= 0.1.1)
json (= 2.1.0) json (= 2.2.0)
json-schema (= 2.8.1) json-schema (= 2.8.1)
json-schema-rspec (= 0.0.4) json-schema-rspec (= 0.0.4)
leaflet-rails (= 1.3.1) leaflet-rails (= 1.3.1)