Skip to content

Commit

Permalink
Bump puma from 6.3.1 to 6.4.2 (#400)
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 6.3.1 to 6.4.2.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v6.3.1...v6.4.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kylee Fields <[email protected]>
  • Loading branch information
dependabot[bot] and kyleecodes committed Mar 6, 2024
1 parent baab638 commit 9813b62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ruby '3.1.4'

gem 'rails', '~> 7.0', '>= 7.0.8'
gem 'pg', '~> 1.5', '>= 1.5.3'
gem 'puma', '~> 6.3'
gem 'puma', '~> 6.4'
gem 'shakapacker', '~> 7.0', '>= 7.0.2'
gem 'bootsnap', '>= 1.1.0', require: false
gem 'redis', '~> 5.0', '>= 5.0.7'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ GEM
net-smtp (0.3.3)
net-protocol
netrc (0.11.0)
nio4r (2.5.9)
nio4r (2.7.0)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand All @@ -202,7 +202,7 @@ GEM
actionmailer (>= 3)
premailer (~> 1.7, >= 1.7.9)
public_suffix (5.0.3)
puma (6.3.1)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.8)
Expand Down Expand Up @@ -386,7 +386,7 @@ DEPENDENCIES
meta-tags (~> 2.11, >= 2.11.1)
pg (~> 1.5, >= 1.5.3)
premailer-rails (~> 1.10.3)
puma (~> 6.3)
puma (~> 6.4)
rails (~> 7.0, >= 7.0.8)
rails-controller-testing (~> 1.0, >= 1.0.4)
redis (~> 5.0, >= 5.0.7)
Expand Down

0 comments on commit 9813b62

Please sign in to comment.