Skip to content

Commit

Permalink
Bump puma from 6.3.1 to 6.4.2 (#1061)
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: Ahmad Farhat <[email protected]>
  • Loading branch information
dependabot[bot] and farhatahmad authored Apr 22, 2024
1 parent 741650e commit 1f6c085
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 @@ -8,7 +8,7 @@ ruby '>= 3.0.0'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.1', '>= 6.1.7.3'
# Use Puma as the app server
gem 'puma', '~> 6.3'
gem 'puma', '~> 6.4'

# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
# gem 'jbuilder', '~> 2.7'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.9)
nio4r (2.7.1)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
Expand All @@ -132,7 +132,7 @@ GEM
ast (~> 2.4.1)
pg (1.4.6)
public_suffix (5.0.1)
puma (6.3.1)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.9)
Expand Down Expand Up @@ -265,7 +265,7 @@ DEPENDENCIES
jwt (~> 2.7.0)
minitest-stub_any_instance
pg (~> 1.4.4)
puma (~> 6.3)
puma (~> 6.4)
rails (~> 6.1, >= 6.1.7.3)
rails-controller-testing
redis (~> 4.8.0)
Expand Down

0 comments on commit 1f6c085

Please sign in to comment.