From 340ede123e0ad86dcf4fd0effd2b33d7db7b9221 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 11:01:04 +0000 Subject: [PATCH] build(deps): bump json-schema from 6.0.0 to 6.1.0 Bumps [json-schema](https://github.com/voxpupuli/json-schema) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/voxpupuli/json-schema/releases) - [Changelog](https://github.com/voxpupuli/json-schema/blob/master/CHANGELOG.md) - [Commits](https://github.com/voxpupuli/json-schema/compare/v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: json-schema dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3418bbe189..4c0529b52f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -106,7 +106,7 @@ GEM base64 (0.3.0) beefcake (1.0.0) benchmark (0.5.0) - bigdecimal (3.3.1) + bigdecimal (4.0.1) bit-struct (0.17) builder (3.3.0) byebug (12.0.0) @@ -270,9 +270,9 @@ GEM jaro_winkler (1.6.1) json (2.18.0) json-diff (0.4.1) - json-schema (6.0.0) + json-schema (6.1.0) addressable (~> 2.8) - bigdecimal (~> 3.1) + bigdecimal (>= 3.1, < 5) jwt (2.10.2) base64 kramdown (2.5.1)