Skip to content

Commit

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

Update json-schema requirement from >= 2.8, < 4.4 to >= 2.8, < 5.1
  • Loading branch information
yndajas authored Aug 21, 2024
2 parents ac21810 + d953c31 commit b330b9f
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 @@ -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"
Expand Down

0 comments on commit b330b9f

Please sign in to comment.