From 289f58a2713ae275b6c9afdad5a8d25dfd43146f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 13:01:35 +0000 Subject: [PATCH] Update json-schema requirement from >= 2.8, < 5.1 to >= 2.8, < 5.2 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.1.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 efd702b..5351801 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", "< 3.6.0" # This should be kept in sync with the json-schema version of publishing-api. - spec.add_dependency "json-schema", ">= 2.8", "< 5.1" + spec.add_dependency "json-schema", ">= 2.8", "< 5.2" spec.add_development_dependency "climate_control" spec.add_development_dependency "pry-byebug"