Skip to content

Commit

Permalink
Update puma requirement from ~> 5.0, >= 5.0.4 to >= 5.0.4, < 7
Browse files Browse the repository at this point in the history
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](puma/puma@v5.6.4...v6.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 28, 2023
1 parent b00d547 commit 734e0f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -100,9 +100,9 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
spoon (~> 0.0)
puma (5.6.5)
puma (6.1.1)
nio4r (~> 2.0)
puma (5.6.5-java)
puma (6.1.1-java)
nio4r (~> 2.0)
rack (2.2.6.2)
rack-protection (2.2.4)
Expand Down
2 changes: 1 addition & 1 deletion vmpooler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 734e0f3

Please sign in to comment.