Skip to content

Commit

Permalink
Bump puma from 5.6.5 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.5 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.5...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 Aug 21, 2023
1 parent 5f2d399 commit 040c75d
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 @@ -25,7 +25,7 @@ gem 'jquery-rails', '~> 4.5.1'
gem 'overcommit', '~> 0.60.0'
gem 'pagy', '~> 6.0'
gem 'pg', '~> 1.4.5'
gem 'puma', '~> 5.0'
gem 'puma', '~> 5.6'
gem 'rack', '>= 2.2.6.4'
gem 'rails', '>= 7.0.4.3'
gem 'rails-i18n', '~> 7.0.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ GEM
pry (>= 0.13, < 0.15)
pry-rails (0.3.9)
pry (>= 0.10.4)
puma (5.6.5)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.7)
Expand Down Expand Up @@ -421,7 +421,7 @@ DEPENDENCIES
pg (~> 1.4.5)
pry-byebug (~> 3.10.1)
pry-rails (~> 0.3.9)
puma (~> 5.0)
puma (~> 5.6)
rack (>= 2.2.6.4)
rails (>= 7.0.4.3)
rails-i18n (~> 7.0.0)
Expand Down

0 comments on commit 040c75d

Please sign in to comment.