Skip to content

Commit

Permalink
Update puma requirement from ~> 5.6 to >= 5.6, < 7.0
Browse files Browse the repository at this point in the history
Updates the requirements on [puma](https://github.com/puma/puma) to permit the latest version.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v5.6.0...v6.0.0)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2022
1 parent 08fd9cf commit a96f19a
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 @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "logstasher", "~> 2.1"
spec.add_dependency "plek", "~> 4"
spec.add_dependency "prometheus_exporter", "~> 2.0"
spec.add_dependency "puma", "~> 5.6"
spec.add_dependency "puma", ">= 5.6", "< 7.0"
spec.add_dependency "rack-proxy", "~> 0.7"
spec.add_dependency "sentry-rails", "~> 5.3"
spec.add_dependency "sentry-ruby", "~> 5.3"
Expand Down

0 comments on commit a96f19a

Please sign in to comment.