mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 18:08:42 -05:00
Update puma requirement from ~> 4.3 to >= 4.3, < 6.0
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/v4.3.0...v5.0.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
fd937b416d
commit
2941faad2b
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ Gem::Specification.new do |s|
|
||||||
s.add_dependency 'opentelemetry-sdk', '= 0.8.0'
|
s.add_dependency 'opentelemetry-sdk', '= 0.8.0'
|
||||||
s.add_dependency 'pickup', '~> 0.0.11'
|
s.add_dependency 'pickup', '~> 0.0.11'
|
||||||
s.add_dependency 'prometheus-client', '~> 2.0'
|
s.add_dependency 'prometheus-client', '~> 2.0'
|
||||||
s.add_dependency 'puma', '~> 4.3'
|
s.add_dependency 'puma', '>= 4.3', '< 6.0'
|
||||||
s.add_dependency 'rack', '~> 2.2'
|
s.add_dependency 'rack', '~> 2.2'
|
||||||
s.add_dependency 'rake', '~> 13.0'
|
s.add_dependency 'rake', '~> 13.0'
|
||||||
s.add_dependency 'rbvmomi', '>= 2.1', '< 4.0'
|
s.add_dependency 'rbvmomi', '>= 2.1', '< 4.0'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue