mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
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.4...v6.1.0) --- 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:
parent
8344f89722
commit
cffbc952c4
2 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
@ -100,9 +100,9 @@ GEM
|
|||
coderay (~> 1.1)
|
||||
method_source (~> 1.0)
|
||||
spoon (~> 0.0)
|
||||
puma (5.6.4)
|
||||
puma (6.1.0)
|
||||
nio4r (~> 2.0)
|
||||
puma (5.6.4-java)
|
||||
puma (6.1.0-java)
|
||||
nio4r (~> 2.0)
|
||||
rack (2.2.4)
|
||||
rack-protection (2.2.2)
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency 'opentelemetry-sdk', '~> 1.0', '>= 1.0.2'
|
||||
s.add_dependency 'pickup', '~> 0.0.11'
|
||||
s.add_dependency 'prometheus-client', '~> 2.0'
|
||||
s.add_dependency 'puma', '~> 5.0', '>= 5.0.4'
|
||||
s.add_dependency 'puma', '>= 5.0.4', '< 7'
|
||||
s.add_dependency 'rack', '~> 2.2'
|
||||
s.add_dependency 'rake', '~> 13.0'
|
||||
s.add_dependency 'redis', '~> 4.1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue