Skip to content

Commit

Permalink
Bump puma from 4.3.12 to 5.6.7
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 4.3.12 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@v4.3.12...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 19, 2023
1 parent 6d6a449 commit 7538405
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 @@ -17,7 +17,7 @@ gem 'hirb'
gem 'jbuilder', '~> 2.5'
gem 'omniauth-facebook', '~> 5.0'
gem 'pg', '>= 0.18', '< 2.0'
gem 'puma', '~> 4.3'
gem 'puma', '~> 5.6'
gem 'rack', '~> 2.2'
gem 'rails', '~> 6.0.3.3'
gem 'sass-rails', '~> 5.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ GEM
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.1.1)
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
Expand All @@ -175,7 +175,7 @@ GEM
pg (1.2.3)
popper_js (1.16.0)
public_suffix (4.0.6)
puma (4.3.12)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.6.1)
rack (2.2.6.4)
Expand Down Expand Up @@ -318,7 +318,7 @@ DEPENDENCIES
listen (>= 3.0.5, < 3.2)
omniauth-facebook (~> 5.0)
pg (>= 0.18, < 2.0)
puma (~> 4.3)
puma (~> 5.6)
rack (~> 2.2)
rails (~> 6.0.3.3)
rspec-rails
Expand Down

0 comments on commit 7538405

Please sign in to comment.