Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent f831512 commit 16eb5e0
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 @@ -12,7 +12,7 @@ gem 'acts_as_tree'
# gem 'mysql2', '~> 0.4.10', group: :mysql
gem 'pg', '~> 1.1', group: :postgresql

gem 'puma', '~> 5.6', '>= 5.6.7'
gem 'puma', '~> 5.6'
gem 'rails', '~> 6.1'
gem 'sass-rails', '~> 6.0'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.6)
puma (5.6.7)
puma (5.6.8)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8)
Expand Down Expand Up @@ -572,7 +572,7 @@ DEPENDENCIES
pg (~> 1.1)
pry-byebug
pry-rails
puma (~> 5.6, >= 5.6.7)
puma (~> 5.6)
rack-mini-profiler
rails (~> 6.1)
rails-erd
Expand Down

0 comments on commit 16eb5e0

Please sign in to comment.