1
0
Fork 0

Update gem "puma"

This commit is contained in:
Alex Kotov 2019-06-27 06:04:44 +05:00
parent 60291d7b81
commit 19f38d5866
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 4 additions and 3 deletions

View File

@ -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'

View File

@ -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)