From 4559f54384b727f8e3fccae8da2ad3c19f282e47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 23:42:35 +0000 Subject: [PATCH] Bump json-schema from 5.2.2 to 6.2.0 Bumps [json-schema](https://github.com/voxpupuli/json-schema) from 5.2.2 to 6.2.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/v5.2.2...v6.2.0) --- updated-dependencies: - dependency-name: json-schema dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 3ba992be76..cd3993e77f 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'yard', '0.9.38' # TODO: remove when Ruby 3.1 is no longer supported gem 'erb', '~> 4.0.4' -gem 'json-schema', '~> 5.2.2' +gem 'json-schema', '~> 6.2.0' gem 'public_suffix', '~> 6.0.2' group :benchmark do diff --git a/Gemfile.lock b/Gemfile.lock index 4f42a0898b..bf1fab68b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,7 +12,7 @@ GEM ast (2.4.3) benchmark (0.5.0) benchmark-ips (2.14.0) - bigdecimal (3.3.1) + bigdecimal (4.0.1) cgi (0.5.1) coderay (1.1.3) concurrent-ruby (1.3.6) @@ -29,9 +29,9 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.18.1) - json-schema (5.2.2) + json-schema (6.2.0) addressable (~> 2.8) - bigdecimal (~> 3.1) + bigdecimal (>= 3.1, < 5) language_server-protocol (3.17.0.5) lint_roller (1.1.0) mcp (0.8.0) @@ -114,7 +114,7 @@ DEPENDENCIES erb (~> 4.0.4) faker! irb - json-schema (~> 5.2.2) + json-schema (~> 6.2.0) minitest (= 5.27.0) pry (= 0.16.0) public_suffix (~> 6.0.2)