Skip to content

Commit

Permalink
Update puma requirement from >= 3.11.4, < 6.5.0 to >= 3.11.4, < 6.6.0
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@v3.11.4...v6.5.0)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent 0857ebb commit a45e123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oxidized-web.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'htmlentities', '~> 4.3'
s.add_runtime_dependency 'json', '~> 2.3'
s.add_runtime_dependency 'oxidized', '~> 0.26'
s.add_runtime_dependency 'puma', '>= 3.11.4', '< 6.5.0'
s.add_runtime_dependency 'puma', '>= 3.11.4', '< 6.6.0'
s.add_runtime_dependency 'sinatra', '>= 1.4.6', '< 5.0'
s.add_runtime_dependency 'sinatra-contrib', '>= 1.4.6', '< 5.0'

Expand Down

0 comments on commit a45e123

Please sign in to comment.