From 591365e6b4755f9ecba6e8772d1a01cb98a4d2e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 03:18:27 +0000 Subject: [PATCH] Bump json-schema from 5.0.1 to 5.1.1 Bumps [json-schema](https://github.com/voxpupuli/json-schema) from 5.0.1 to 5.1.1. - [Changelog](https://github.com/voxpupuli/json-schema/blob/master/CHANGELOG.md) - [Commits](https://github.com/voxpupuli/json-schema/compare/v5.0.1...v5.1.1) --- updated-dependencies: - dependency-name: json-schema dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0b4b04d..07d7d01 100644 --- a/Gemfile +++ b/Gemfile @@ -67,7 +67,7 @@ group :test do gem "timecop", "~> 0.9.10" # This library is intended to provide Ruby with an interface for validating JSON objects. - gem "json-schema", "~> 5.0", ">= 5.0.1" + gem "json-schema", "~> 5.1" end # Use MongoDB for the database, with Mongoid as the ODM diff --git a/Gemfile.lock b/Gemfile.lock index 0e9a8b7..788ffbb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -132,8 +132,9 @@ GEM actionview (>= 5.0.0) activesupport (>= 5.0.0) json (2.7.2) - json-schema (5.0.1) + json-schema (5.1.1) addressable (~> 2.8) + bigdecimal (~> 3.1) language_server-protocol (3.17.0.3) logger (1.6.1) loofah (2.23.1) @@ -366,7 +367,7 @@ DEPENDENCIES faker (~> 3.4, >= 3.4.2) httparty (~> 0.22.0) jbuilder - json-schema (~> 5.0, >= 5.0.1) + json-schema (~> 5.1) mongoid (= 9.0.2) mongoid-rspec puma (>= 5.0)