diff --git a/Gemfile b/Gemfile index ca63de3..78ac58d 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '2.6.5' gem 'rails', '~> 6.0.2' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' gem 'sass-rails', '>= 6' gem 'webpacker', '~> 4.0' gem 'turbolinks', '~> 5' diff --git a/Gemfile.lock b/Gemfile.lock index c8daefb..2073b70 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -136,7 +136,7 @@ GEM orm_adapter (0.5.0) pg (1.1.4) public_suffix (4.0.1) - puma (4.3.1) + puma (4.3.5) nio4r (~> 2.0) rack (2.0.8) rack-proxy (0.6.5) @@ -248,7 +248,7 @@ DEPENDENCIES omniauth (= 1.9.0) omniauth-facebook (= 5.0.0) pg (>= 0.18, < 2.0) - puma (~> 4.1) + puma (~> 4.3) rails (~> 6.0.2) sass-rails (>= 6) selenium-webdriver