Skip to content

Commit

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

Update json-schema requirement from >= 2.8, < 5.1 to >= 2.8, < 5.2
  • Loading branch information
yndajas authored Nov 27, 2024
2 parents cd4c173 + 289f58a commit 1de828c
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", "< 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"
Expand Down

0 comments on commit 1de828c

Please sign in to comment.