Skip to content

Commit

Permalink
Update govuk_schemas requirement from ~> 4.4 to ~> 5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [govuk_schemas](https://github.com/alphagov/govuk_schemas_gem) to permit the latest version.
- [Changelog](https://github.com/alphagov/govuk_schemas/blob/main/CHANGELOG.md)
- [Commits](alphagov/govuk_schemas@v4.4.0...v5.0.0)

---
updated-dependencies:
- dependency-name: govuk_schemas
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 10, 2024
1 parent b8ad90e commit 558863a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gds-api-adapters.gemspec
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|

s.add_development_dependency "byebug"
s.add_development_dependency "climate_control", "~> 1.2"
s.add_development_dependency "govuk_schemas", "~> 4.4"
s.add_development_dependency "govuk_schemas", "~> 5.0"
s.add_development_dependency "minitest", "~> 5.19"
s.add_development_dependency "minitest-around", "~> 0.5"
s.add_development_dependency "mocha", "~> 2.1"
Expand Down

0 comments on commit 558863a

Please sign in to comment.