mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
Update rack requirement from ~> 2.2 to >= 2.2, < 4.0
Updates the requirements on [rack](https://github.com/rack/rack) to permit the latest version. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/v2.2.6.2...v2.2.6.4) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8b460f8bd9
commit
2dee9e9fca
2 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ PATH
|
|||
pickup (~> 0.0.11)
|
||||
prometheus-client (~> 2.0)
|
||||
puma (~> 5.0, >= 5.0.4)
|
||||
rack (~> 2.2)
|
||||
rack (>= 2.2, < 4.0)
|
||||
rake (~> 13.0)
|
||||
redis (~> 4.1)
|
||||
sinatra (~> 2.0)
|
||||
|
|
@ -105,7 +105,7 @@ GEM
|
|||
nio4r (~> 2.0)
|
||||
puma (5.6.5-java)
|
||||
nio4r (~> 2.0)
|
||||
rack (2.2.6.2)
|
||||
rack (2.2.6.4)
|
||||
rack-protection (2.2.4)
|
||||
rack
|
||||
rack-test (2.0.2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue