Skip to content

Commit

Permalink
Bump puma from 5.6.4 to 5.6.7
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 5.6.4 to 5.6.7.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v5.6.4...v5.6.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dblock committed Aug 21, 2023
1 parent bc85a06 commit 5450cad
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 @@ -11,7 +11,7 @@ gem 'sprockets-rails'
gem 'pg', '~> 1.1'

# Use the Puma web server [https://github.com/puma/puma]
gem 'puma', '~> 5.0'
gem 'puma', '~> 5.6'

# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
gem 'importmap-rails'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.14.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-darwin)
Expand All @@ -170,7 +170,7 @@ GEM
ast (~> 2.4.1)
pg (1.3.5)
public_suffix (4.0.7)
puma (5.6.4)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.4)
Expand Down Expand Up @@ -300,7 +300,7 @@ DEPENDENCIES
importmap-rails
jbuilder
pg (~> 1.1)
puma (~> 5.0)
puma (~> 5.6)
rails (~> 7.0.4)
rspec
rspec-rails
Expand Down

0 comments on commit 5450cad

Please sign in to comment.