From f66bda99edf7ee4175a5de36a2eac6303ecf3eec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 13:23:23 +0000 Subject: [PATCH] Update json-schema requirement from >= 2, < 6 to >= 2, < 7 Updates the requirements on [json-schema](https://github.com/voxpupuli/json-schema) to permit the latest version. - [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/2.0.0...v6.0.0) --- updated-dependencies: - dependency-name: json-schema dependency-version: 6.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 25f19637d1..0acdf816cd 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,7 @@ end group(:test) do # 1.16.0 - 1.16.2 are broken on Windows gem 'ffi', '>= 1.15.5', '< 1.17.0', '!= 1.16.0', '!= 1.16.1', '!= 1.16.2', require: false - gem "json-schema", '>= 2', '< 6', require: false + gem "json-schema", '>= 2', '< 7', require: false gem "rake", *location_for(ENV['RAKE_LOCATION'] || '~> 13.0') gem "rspec", "~> 3.1", require: false gem "rspec-expectations", ["~> 3.9", "!= 3.9.3"]