Skip to content

Commit

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

Update json-schema requirement from >= 2.8, < 4.3 to >= 2.8, < 4.4
  • Loading branch information
brucebolt authored Apr 10, 2024
2 parents b420a4f + c25e919 commit dcf627f
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.3"
spec.add_dependency "json-schema", ">= 2.8", "< 4.4"

spec.add_development_dependency "climate_control"
spec.add_development_dependency "pry-byebug"
Expand Down

0 comments on commit dcf627f

Please sign in to comment.