Bump json

This commit is contained in:
Benjamin Neff 2023-06-26 01:25:03 +02:00
parent ebcbdd823c
commit dbe644ede6
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ gem "diaspora_federation-rails", "1.1.0"
# API and JSON # API and JSON
gem "acts_as_api", "1.0.1" gem "acts_as_api", "1.0.1"
gem "json", "2.6.2" gem "json", "2.6.3"
gem "json-schema", "3.0.0" gem "json-schema", "3.0.0"
gem "yajl-ruby", "1.4.3" gem "yajl-ruby", "1.4.3"

View file

@ -387,7 +387,7 @@ GEM
js_image_paths (0.2.0) js_image_paths (0.2.0)
rails (>= 4.0, < 8.0) rails (>= 4.0, < 8.0)
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
json (2.6.2) json (2.6.3)
json-jwt (1.15.3) json-jwt (1.15.3)
activesupport (>= 4.2) activesupport (>= 4.2)
aes_key_wrap aes_key_wrap
@ -830,7 +830,7 @@ DEPENDENCIES
jquery-ui-rails (= 5.0.5) jquery-ui-rails (= 5.0.5)
js-routes (= 2.2.4) js-routes (= 2.2.4)
js_image_paths (= 0.2.0) js_image_paths (= 0.2.0)
json (= 2.6.2) json (= 2.6.3)
json-schema (= 3.0.0) json-schema (= 3.0.0)
leaflet-rails (= 1.7.0) leaflet-rails (= 1.7.0)
listen (= 3.7.1) listen (= 3.7.1)