Bump puma to 4.0.0

This commit is contained in:
Oliver Günther
2019-06-27 08:13:46 +02:00
parent 15c96f746c
commit 29b25690d4
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ group :development do
end
group :development, :test do
gem 'puma', '~> 3.12.0'
gem 'puma', '~> 4.0.0'
gem 'thin', '~> 1.7.2'
# Tracing and profiling gems
+3 -2
View File
@@ -647,7 +647,8 @@ GEM
binding_of_caller (>= 0.7)
pry (>= 0.9.11)
public_suffix (3.0.3)
puma (3.12.0)
puma (4.0.0)
nio4r (~> 2.0)
rack (2.0.6)
rack-accept (0.4.5)
rack (>= 0.4)
@@ -992,7 +993,7 @@ DEPENDENCIES
pry-rails (~> 0.3.6)
pry-rescue (~> 1.5.0)
pry-stack_explorer (~> 0.4.9.2)
puma (~> 3.12.0)
puma (~> 4.0.0)
rack-attack (~> 5.4.2)
rack-mini-profiler
rack-protection (~> 2.0.0)