diff --git a/Gemfile b/Gemfile index ddd7b5d..4b362cc 100644 --- a/Gemfile +++ b/Gemfile @@ -78,5 +78,5 @@ group :test, :development do end group :webserver do - gem 'puma', '~> 3.0.2' + gem 'puma', '~> 4.3.11' end diff --git a/Gemfile.lock b/Gemfile.lock index 931d5e2..b9dcb20 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -238,6 +238,7 @@ GEM net-http-digest_auth (1.2.1) net-http-persistent (2.8) netrc (0.10.3) + nio4r (2.5.8) nokogiri (1.10.1) mini_portile2 (~> 2.4.0) ntlm-http (0.1.1) @@ -260,7 +261,8 @@ GEM pry-byebug (3.0.1) byebug (~> 3.4) pry (~> 0.10) - puma (3.0.2) + puma (4.3.11) + nio4r (~> 2.0) rack (1.4.7) rack-cache (1.8.0) rack (>= 0.4) @@ -403,7 +405,7 @@ DEPENDENCIES omniauth omniauth-openid pry-byebug - puma (~> 3.0.2) + puma (~> 4.3.11) rack-oauth2 rails (= 3.2.22.5) recurring_select!