Skip to content

Commit

Permalink
build(deps): bump puma from 6.5.0 to 6.6.0
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 6.5.0 to 6.6.0.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v6.5.0...v6.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 14, 2025
1 parent d5b8a4f commit 892eb89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ruby '3.4.1'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.1.5'
# Use Puma as the app server
gem 'puma', '~> 6.5'
gem 'puma', '~> 6.6'

# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
gem 'propshaft'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ GEM
psych (5.2.2)
date
stringio
puma (6.5.0)
puma (6.6.0)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.1)
Expand Down Expand Up @@ -404,7 +404,7 @@ DEPENDENCIES
listen (~> 3.9)
pg (~> 1.5.9)
propshaft
puma (~> 6.5)
puma (~> 6.6)
rack-attack (~> 6.7.0)
rails (~> 7.1.5)
rails-controller-testing (~> 1.0.5, >= 1.0.5)
Expand Down

0 comments on commit 892eb89

Please sign in to comment.