diff --git a/Gemfile b/Gemfile index ddd7b5d..3d1987f 100644 --- a/Gemfile +++ b/Gemfile @@ -78,5 +78,5 @@ group :test, :development do end group :webserver do - gem 'puma', '~> 3.0.2' + gem 'puma', '~> 3.12.4' end diff --git a/Gemfile.lock b/Gemfile.lock index 931d5e2..b391c5c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -260,7 +260,7 @@ GEM pry-byebug (3.0.1) byebug (~> 3.4) pry (~> 0.10) - puma (3.0.2) + puma (3.12.4) rack (1.4.7) rack-cache (1.8.0) rack (>= 0.4) @@ -403,7 +403,7 @@ DEPENDENCIES omniauth omniauth-openid pry-byebug - puma (~> 3.0.2) + puma (~> 3.12.4) rack-oauth2 rails (= 3.2.22.5) recurring_select!