Skip to content

Commit

Permalink
Bump puma from 4.3.11 to 4.3.12
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 4.3.11 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@v4.3.11...v4.3.12)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 31, 2022
1 parent 1943e8c commit 43ef57e
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 @@ -10,7 +10,7 @@ end

# Core
gem 'pg'
gem 'puma', '~> 4.3.11'
gem 'puma', '~> 4.3.12'
gem 'rails', '~> 6.1.4.7'
gem 'minitest-rails'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.6)
puma (4.3.11)
puma (4.3.12)
nio4r (~> 2.0)
pundit (2.1.1)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -582,7 +582,7 @@ DEPENDENCIES
omniauth-facebook
paper_trail
pg
puma (~> 4.3.11)
puma (~> 4.3.12)
pundit
rack-cors
rails (~> 6.1.4.7)
Expand Down

0 comments on commit 43ef57e

Please sign in to comment.