From 7e87e27a816f1e2047bed774be08c73b21d885e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:47:34 +0000 Subject: [PATCH] Bump json-schema from 4.3.1 to 5.0.1 Bumps [json-schema](https://github.com/voxpupuli/json-schema) from 4.3.1 to 5.0.1. - [Changelog](https://github.com/voxpupuli/json-schema/blob/master/CHANGELOG.md) - [Commits](https://github.com/voxpupuli/json-schema/compare/v4.3.1...v5.0.1) --- updated-dependencies: - dependency-name: json-schema dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index c8de01264..7bf2bc0be 100644 --- a/Gemfile +++ b/Gemfile @@ -114,7 +114,7 @@ group :test do gem 'haikunator' gem 'shoulda-matchers', '~> 6.4' - gem 'json-schema', '~> 4.3.1' + gem 'json-schema', '~> 5.0.1' gem 'launchy' gem 'minitest-retry', require: false gem 'rdf-isomorphic', '~> 3.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index 4c1b0fa3a..652bb2d2c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -300,8 +300,8 @@ GEM jsbundling-rails (1.3.1) railties (>= 6.0.0) json (2.7.2) - json-schema (4.3.1) - addressable (>= 2.8) + json-schema (5.0.1) + addressable (~> 2.8) jwt (2.7.1) kaminari (1.2.2) activesupport (>= 4.1.0) @@ -657,7 +657,7 @@ DEPENDENCIES image_processing jbuilder jsbundling-rails - json-schema (~> 4.3.1) + json-schema (~> 5.0.1) kaminari launchy minitest-retry