Skip to content

Commit

Permalink
Bump puma from 5.6.4 to 5.6.7 (#183)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 29, 2023
1 parent ce4c1bf commit 122741c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem 'enumerate_it'
gem 'font-awesome-rails', '4.7.0.8'
gem 'jbuilder', '~> 2.5'
gem 'pg', '~> 1.3.5'
gem 'puma', '~> 5.6', '>= 5.6.4'
gem 'puma', '~> 5.6'
gem 'rails', '7.0.5.1'
gem 'sass-rails'
gem 'simple_form', '5.1.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nio4r (2.7.0)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
Expand All @@ -156,7 +156,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 @@ -314,7 +314,7 @@ DEPENDENCIES
jbuilder (~> 2.5)
listen (>= 3.0.5, < 3.2)
pg (~> 1.3.5)
puma (~> 5.6, >= 5.6.4)
puma (~> 5.6)
rails (= 7.0.5.1)
rails-controller-testing
rspec-rails (~> 5.1.0)
Expand Down

0 comments on commit 122741c

Please sign in to comment.