Update gem "puma"
This commit is contained in:
parent
60291d7b81
commit
19f38d5866
2 changed files with 4 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -17,7 +17,7 @@ gem 'rails-i18n', '~> 6.0.0.beta1'
|
|||
gem 'pg', '>= 0.18', '< 2.0'
|
||||
|
||||
# Use Puma as the app server.
|
||||
gem 'puma', '~> 3.11'
|
||||
gem 'puma', '~> 4.0'
|
||||
|
||||
# Use Uglifier as compressor for JavaScript assets.
|
||||
gem 'uglifier', '>= 1.3.0'
|
||||
|
|
|
@ -258,7 +258,8 @@ GEM
|
|||
pry (>= 0.10.4)
|
||||
psych (3.1.0)
|
||||
public_suffix (3.1.1)
|
||||
puma (3.12.1)
|
||||
puma (4.0.0)
|
||||
nio4r (~> 2.0)
|
||||
pundit (2.0.1)
|
||||
activesupport (>= 3.0.0)
|
||||
pundit-matchers (1.6.0)
|
||||
|
@ -475,7 +476,7 @@ DEPENDENCIES
|
|||
pg (>= 0.18, < 2.0)
|
||||
pry-doc (~> 1.0)
|
||||
pry-rails (~> 0.3)
|
||||
puma (~> 3.11)
|
||||
puma (~> 4.0)
|
||||
pundit (~> 2.0)
|
||||
pundit-matchers (~> 1.6)
|
||||
rack-attack (~> 5.4)
|
||||
|
|
Reference in a new issue