From d953c31d83b576083cdf28123486ab05387b73a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 13:19:58 +0000 Subject: [PATCH] Update json-schema requirement from >= 2.8, < 4.4 to >= 2.8, < 5.1 Updates the requirements on [json-schema](https://github.com/voxpupuli/json-schema) to permit the latest version. - [Changelog](https://github.com/voxpupuli/json-schema/blob/master/CHANGELOG.md) - [Commits](https://github.com/voxpupuli/json-schema/compare/v2.8.0...v5.0.0) --- updated-dependencies: - dependency-name: json-schema dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- govuk_schemas.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/govuk_schemas.gemspec b/govuk_schemas.gemspec index 7909b3f..bd97742 100644 --- a/govuk_schemas.gemspec +++ b/govuk_schemas.gemspec @@ -20,7 +20,7 @@ Gem::Specification.new do |spec| spec.add_dependency "faker", "~> 3.4.1" # This should be kept in sync with the json-schema version of publishing-api. - spec.add_dependency "json-schema", ">= 2.8", "< 4.4" + spec.add_dependency "json-schema", ">= 2.8", "< 5.1" spec.add_development_dependency "climate_control" spec.add_development_dependency "pry-byebug"