Skip to content

Commit

Permalink
Update rack-test requirement from ~> 1.1 to ~> 2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rack-test](https://github.com/rack/rack-test) to permit the latest version.
- [Release notes](https://github.com/rack/rack-test/releases)
- [Changelog](https://github.com/rack/rack-test/blob/main/History.md)
- [Commits](rack/rack-test@v1.1.0...v2.0.0)

---
updated-dependencies:
- dependency-name: rack-test
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 27, 2022
1 parent c6b8e0c commit 06adc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govuk_app_config.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "byebug"
spec.add_development_dependency "climate_control"
spec.add_development_dependency "rack-test", "~> 1.1"
spec.add_development_dependency "rack-test", "~> 2.0"
spec.add_development_dependency "rails", "~> 7"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.10"
Expand Down

0 comments on commit 06adc6b

Please sign in to comment.