Skip to content

Commit

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

---
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: Jesus Federico <[email protected]>
Co-authored-by: Ahmad Farhat <[email protected]>
  • Loading branch information
3 people authored Apr 22, 2024
1 parent dd6fb56 commit 04c5b25
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.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.2', '>= 6.2.1'
gem 'puma', '~> 6.3'

# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
# gem 'jbuilder', '~> 2.7'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ GEM
ast (~> 2.4.1)
pg (1.4.6)
public_suffix (5.0.1)
puma (6.2.1)
puma (6.3.1)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.4)
Expand Down Expand Up @@ -265,7 +265,7 @@ DEPENDENCIES
jwt (~> 2.7.0)
minitest-stub_any_instance
pg (~> 1.4.4)
puma (~> 6.2, >= 6.2.1)
puma (~> 6.3)
rails (~> 6.1, >= 6.1.7.3)
rails-controller-testing
redis (~> 4.8.0)
Expand Down

0 comments on commit 04c5b25

Please sign in to comment.