diff --git a/Gemfile b/Gemfile index b0460ce..7e0ebb0 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.3', '>= 6.0.3.1' # Use postgresql as the database for Active Record gem 'pg', '>= 0.18', '< 2.0' # 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 05b58a5..dbc54ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -153,7 +153,7 @@ GEM railties (>= 4.1) msgpack (1.3.3) nenv (0.3.0) - nio4r (2.5.2) + nio4r (2.5.8) nokogiri (1.13.3) mini_portile2 (~> 2.8.0) racc (~> 1.4) @@ -165,7 +165,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.5) - puma (4.3.5) + puma (4.3.12) nio4r (~> 2.0) racc (1.6.0) rack (2.2.2) @@ -268,7 +268,7 @@ DEPENDENCIES jbuilder (~> 2.7) minitest-spec-rails (~> 6.0.2) pg (>= 0.18, < 2.0) - puma (~> 4.1) + puma (~> 4.3) rails (~> 6.0.3, >= 6.0.3.1) sass-rails (>= 6) selenium-webdriver