1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00

Merge pull request #268 from sleede/dependabot/bundler/puma-4.3.8

Bump puma from 3.12.6 to 4.3.8
This commit is contained in:
Sylvain 2021-05-21 17:03:40 +02:00 committed by GitHub
commit 7d2cf37633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 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', '3.12.6'
gem 'puma', '4.3.8'
gem 'webpacker', '~> 5.x'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder

View File

@ -264,7 +264,8 @@ GEM
prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0)
public_suffix (4.0.6)
puma (3.12.6)
puma (4.3.8)
nio4r (~> 2.0)
pundit (2.1.0)
activesupport (>= 3.0.0)
raabro (1.1.6)
@ -469,7 +470,7 @@ DEPENDENCIES
pg_search
prawn
prawn-table
puma (= 3.12.6)
puma (= 4.3.8)
pundit
railroady
rails (~> 5.2.4)