Update puma requirement from ~> 5.0, >= 5.0.4 to >= 5.0.4, < 7

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](https://github.com/puma/puma/compare/v5.6.5...v6.2.1)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-03 04:56:47 +00:00 committed by GitHub
parent 1406acf46a
commit 6ab4f4c8fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -15,7 +15,7 @@ PATH
opentelemetry-sdk (~> 1.0, >= 1.0.2)
pickup (~> 0.0.11)
prometheus-client (~> 2.0)
puma (~> 5.0, >= 5.0.4)
puma (>= 5.0.4, < 7)
rack (~> 2.2)
rake (~> 13.0)
redis (~> 4.1)
@ -49,8 +49,8 @@ GEM
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
net-ldap (0.17.1)
nio4r (2.5.8)
nio4r (2.5.8-java)
nio4r (2.5.9)
nio4r (2.5.9-java)
opentelemetry-api (1.1.0)
opentelemetry-common (0.19.6)
opentelemetry-api (~> 1.0)
@ -100,9 +100,9 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
spoon (~> 0.0)
puma (5.6.5)
puma (6.2.1)
nio4r (~> 2.0)
puma (5.6.5-java)
puma (6.2.1-java)
nio4r (~> 2.0)
rack (2.2.6.2)
rack-protection (2.2.4)