From db180ec2367bee0e25b178c6cf8c0e2a65d46784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 12:12:42 +0000 Subject: [PATCH] Update json-schema requirement from >= 2.8, < 4.2 to >= 2.8, < 4.3 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...v4.2.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 a514815..2334c9e 100644 --- a/govuk_schemas.gemspec +++ b/govuk_schemas.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |spec| spec.require_paths = %w[lib] # This should be kept in sync with the json-schema version of publishing-api. - spec.add_dependency "json-schema", ">= 2.8", "< 4.2" + spec.add_dependency "json-schema", ">= 2.8", "< 4.3" spec.add_development_dependency "climate_control" spec.add_development_dependency "pry-byebug"