Skip to content

Commit

Permalink
Update json-schema requirement from ~> 2.8.0 to >= 2.8, < 3.1
Browse files Browse the repository at this point in the history
Updates the requirements on [json-schema](https://github.com/voxpupuli/json-schema) to permit the latest version.
- [Release notes](https://github.com/voxpupuli/json-schema/releases)
- [Changelog](https://github.com/voxpupuli/json-schema/blob/master/CHANGELOG.md)
- [Commits](voxpupuli/json-schema@v2.8.0...v3.0.0)

---
updated-dependencies:
- dependency-name: json-schema
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 31, 2022
1 parent e12b42f commit 4c618fd
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 govuk-content-schemas.
spec.add_dependency "json-schema", "~> 2.8.0"
spec.add_dependency "json-schema", ">= 2.8", "< 3.1"

spec.add_development_dependency "pry-byebug"
spec.add_development_dependency "rake", "~> 13.0"
Expand Down

0 comments on commit 4c618fd

Please sign in to comment.