1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-20 14:54:15 +01:00

Bump puma from 4.3.9 to 4.3.11

Bumps [puma](https://github.com/puma/puma) from 4.3.9 to 4.3.11.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v4.3.9...v4.3.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-02-11 22:03:16 +00:00 committed by GitHub
parent f659925718
commit 3458e0a60e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ gem 'rails', '~> 5.2.4'
# Used by rails 5.2 to reduce the app boot time by over 50%
gem 'bootsnap'
# Use Puma as web server
gem 'puma', '4.3.9'
gem 'puma', '4.3.11'
gem 'webpacker', '~> 5.x'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder

View File

@ -269,7 +269,7 @@ GEM
prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0)
public_suffix (4.0.6)
puma (4.3.9)
puma (4.3.11)
nio4r (~> 2.0)
pundit (2.1.0)
activesupport (>= 3.0.0)
@ -475,7 +475,7 @@ DEPENDENCIES
pg_search
prawn
prawn-table
puma (= 4.3.9)
puma (= 4.3.11)
pundit
railroady
rails (~> 5.2.4)