From ab02c86fa8d08a65e25706fa46935275a5b86ab6 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Mon, 26 Jun 2023 01:25:41 +0200 Subject: [PATCH] Bump json-schema --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 65517bd0c..3c3c799f5 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem "diaspora_federation-rails", "1.1.0" gem "acts_as_api", "1.0.1" gem "json", "2.6.3" -gem "json-schema", "3.0.0" +gem "json-schema", "4.0.0" gem "yajl-ruby", "1.4.3" # Authentication diff --git a/Gemfile.lock b/Gemfile.lock index f2f9128c5..69daba5c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -393,7 +393,7 @@ GEM aes_key_wrap bindata httpclient - json-schema (3.0.0) + json-schema (4.0.0) addressable (>= 2.8) jsonpath (1.1.2) multi_json @@ -831,7 +831,7 @@ DEPENDENCIES js-routes (= 2.2.4) js_image_paths (= 0.2.0) json (= 2.6.3) - json-schema (= 3.0.0) + json-schema (= 4.0.0) leaflet-rails (= 1.7.0) listen (= 3.7.1) logging-rails (= 0.6.0)