From 0306cab0dcd6805f9c497f5e6a4f6b3a452d16c1 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sun, 11 Jun 2023 16:56:14 +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 67d0a69..ac4dcae 100644 --- a/Gemfile +++ b/Gemfile @@ -46,7 +46,7 @@ group :test do gem "simplecov-rcov", "0.3.1", require: false # test helpers - gem "json-schema", "~> 3.0" + gem "json-schema", "~> 4.0" gem "rspec-collection_matchers", "~> 1.2.0" gem "rspec-json_expectations", "~> 2.1" gem "webmock", "~> 3.0" diff --git a/Gemfile.lock b/Gemfile.lock index d0a5080..d6861f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,7 +73,7 @@ GEM i18n (1.14.1) concurrent-ruby (~> 1.0) json (2.6.3) - json-schema (3.0.0) + json-schema (4.0.0) addressable (>= 2.8) listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) @@ -226,7 +226,7 @@ DEPENDENCIES diaspora_federation-rails! diaspora_federation-test! fuubar (= 2.5.1) - json-schema (~> 3.0) + json-schema (~> 4.0) listen nyan-cat-formatter pronto (= 0.11.1)