Skip to content

Commit

Permalink
Update puma requirement from ~> 3.11.4 to >= 3.11.4, < 6.5.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.4.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 17, 2024
1 parent afaefb7 commit 6693143
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 @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'haml', '~> 5.0'
s.add_runtime_dependency 'htmlentities', '~> 4.3'
s.add_runtime_dependency 'oxidized', '~> 0.26'
s.add_runtime_dependency 'puma', '~> 3.11.4'
s.add_runtime_dependency 'puma', '>= 3.11.4', '< 6.5.0'
s.add_runtime_dependency 'sass', '~> 3.3'
s.add_runtime_dependency 'sinatra', '~> 1.4', '>= 1.4.6'
s.add_runtime_dependency 'sinatra-contrib', '~> 1.4', '>= 1.4.6'
Expand Down

0 comments on commit 6693143

Please sign in to comment.