Bump json-schema

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

View file

@ -26,7 +26,7 @@ gem "diaspora_federation-rails", "1.1.0"
gem "acts_as_api", "1.0.1" gem "acts_as_api", "1.0.1"
gem "json", "2.6.3" gem "json", "2.6.3"
gem "json-schema", "3.0.0" gem "json-schema", "4.0.0"
gem "yajl-ruby", "1.4.3" gem "yajl-ruby", "1.4.3"
# Authentication # Authentication

View file

@ -393,7 +393,7 @@ GEM
aes_key_wrap aes_key_wrap
bindata bindata
httpclient httpclient
json-schema (3.0.0) json-schema (4.0.0)
addressable (>= 2.8) addressable (>= 2.8)
jsonpath (1.1.2) jsonpath (1.1.2)
multi_json multi_json
@ -831,7 +831,7 @@ DEPENDENCIES
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.3) json (= 2.6.3)
json-schema (= 3.0.0) json-schema (= 4.0.0)
leaflet-rails (= 1.7.0) leaflet-rails (= 1.7.0)
listen (= 3.7.1) listen (= 3.7.1)
logging-rails (= 0.6.0) logging-rails (= 0.6.0)