Skip to content

Commit

Permalink
Merge pull request #101 from alphagov/dependabot/bundler/json-schema-…
Browse files Browse the repository at this point in the history
…gte-2.8-and-lt-4.3

Update json-schema requirement from >= 2.8, < 4.2 to >= 2.8, < 4.3
  • Loading branch information
jkempster34 authored Mar 21, 2024
2 parents 7d6e0e0 + db180ec commit d374cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govuk_schemas.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d374cbb

Please sign in to comment.