diff --git a/Gemfile b/Gemfile index ff8fb0d..5aedf12 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '2.7.0' gem 'rails', '~> 6.0.3', '>= 6.0.3.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 a5d0dc4..4dec4fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -137,7 +137,7 @@ GEM mini_portile2 (2.4.0) minitest (5.14.1) msgpack (1.3.3) - nio4r (2.5.2) + nio4r (2.5.8) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) @@ -151,7 +151,7 @@ GEM i18n (>= 0.5.0) railties (>= 3.0.0) public_suffix (4.0.5) - puma (4.3.5) + puma (4.3.11) nio4r (~> 2.0) rack (2.2.3) rack-proxy (0.6.5) @@ -277,7 +277,7 @@ DEPENDENCIES listen (~> 3.2) pg (>= 0.18, < 2.0) public_activity (~> 1.6, >= 1.6.4) - puma (~> 4.1) + puma (~> 4.3) rails (~> 6.0.3, >= 6.0.3.2) ransack sass-rails (>= 6)