diff --git a/Gemfile b/Gemfile index e329dc0..59117cd 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ ruby '2.6.3' gem 'rails', '~> 6.0.3', '>= 6.0.3.1' # Use Puma as the app server -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '>= 6' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker diff --git a/Gemfile.lock b/Gemfile.lock index 28a9d42..f442571 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,7 +96,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) @@ -106,7 +106,7 @@ GEM method_source (~> 1.0) pry-rails (0.3.9) pry (>= 0.10.4) - puma (4.3.5) + puma (4.3.11) nio4r (~> 2.0) rack (2.2.3) rack-proxy (0.6.5) @@ -209,7 +209,7 @@ DEPENDENCIES listen (~> 3.2) pg pry-rails - puma (~> 4.1) + puma (~> 4.3) rails (~> 6.0.3, >= 6.0.3.1) redis (>= 4.0) sass-rails (>= 6)