Skip to content

Commit

Permalink
Bump puma from 6.3.1 to 6.4.2
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]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 34d726b commit 16d8ba0
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 @@ -13,7 +13,7 @@ gem 'rails', '~> 7.0'
gem 'pg', '~> 1.5.3'
gem 'activerecord-cockroachdb-adapter', '~> 7.0', '>= 7.0.1'
# Use Puma as the app server
gem 'puma', '~> 6.3'
gem 'puma', '~> 6.4'
# Use SCSS for stylesheets
gem 'sassc', '~> 2.4'
gem 'haml-rails', '~> 2.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ GEM
timeout
net-smtp (0.4.0)
net-protocol
nio4r (2.6.1)
nio4r (2.7.1)
nokogiri (1.16.3-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.3-arm64-darwin)
Expand All @@ -226,7 +226,7 @@ GEM
websocket-driver (>= 0.2.0)
popper_js (2.11.7)
public_suffix (5.0.1)
puma (6.3.1)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8.1)
Expand Down Expand Up @@ -368,7 +368,7 @@ DEPENDENCIES
listen
pg (~> 1.5.3)
poltergeist (~> 1.18)
puma (~> 6.3)
puma (~> 6.4)
rails (~> 7.0)
rails-controller-testing (~> 1.0)
rb-readline
Expand Down

0 comments on commit 16d8ba0

Please sign in to comment.