Skip to content

Commit

Permalink
Bump puma from 3.12.6 to 4.3.12
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 3.12.6 to 4.3.12.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v3.12.6...v4.3.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 29, 2022
1 parent 3b45328 commit 9c97b14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'rails', '~> 5.2.3'
gem 'bootstrap-sass'
gem 'popper_js'
gem 'pg', '>= 0.18', '< 2.0'
gem 'puma', '~> 3.11'
gem 'puma', '~> 4.3'
gem 'devise'
gem 'doorkeeper'
gem 'will_paginate'
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ GEM
pg (1.3.5)
popper_js (2.9.3)
public_suffix (4.0.7)
puma (3.12.6)
puma (4.3.12)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.3.1)
rack-cors (1.1.1)
Expand Down Expand Up @@ -319,7 +320,7 @@ DEPENDENCIES
pagy (~> 3.5)
pg (>= 0.18, < 2.0)
popper_js
puma (~> 3.11)
puma (~> 4.3)
rack-cors (>= 1.0.4)
rails (~> 5.2.3)
rails-html-sanitizer (~> 1.0.4)
Expand Down

0 comments on commit 9c97b14

Please sign in to comment.