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.5...v6.2.2) --- 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
87fba356db
commit
6826b1717a
2 changed files with 6 additions and 6 deletions
|
|
@ -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', '< 5'
|
||||
s.add_dependency 'puma', '~> 5.0', '>= 5.0.4'
|
||||
s.add_dependency 'puma', '>= 5.0.4', '< 7'
|
||||
s.add_dependency 'rack', '>= 2.2', '< 4.0'
|
||||
s.add_dependency 'rake', '~> 13.0'
|
||||
s.add_dependency 'redis', '~> 4.1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue