Bump puma to 4.0.0

pull/7423/head
Oliver Günther 5 years ago
parent 15c96f746c
commit 29b25690d4
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 2
      Gemfile
  2. 5
      Gemfile.lock

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

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

Loading…
Cancel
Save