diff --git a/Gemfile b/Gemfile index 20a821e..f61321a 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'rails', '~> 5.2.2', '>= 5.2.2.1' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 4.3' +gem 'puma', '~> 5.6' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index c1edbbd..f71bb8f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,14 +105,14 @@ GEM minitest (5.17.0) msgpack (1.3.3) msgpack (1.3.3-x64-mingw32) - nio4r (2.5.8) + nio4r (2.5.9) nokogiri (1.13.10) mini_portile2 (~> 2.8.0) racc (~> 1.4) nokogiri (1.13.10-x64-mingw32) racc (~> 1.4) public_suffix (4.0.6) - puma (4.3.12) + puma (5.6.7) nio4r (~> 2.0) racc (1.6.2) rack (2.2.6.4) @@ -211,7 +211,7 @@ DEPENDENCIES coffee-rails (~> 4.2) jbuilder (~> 2.5) listen (>= 3.0.5, < 3.2) - puma (~> 4.3) + puma (~> 5.6) rails (~> 5.2.2, >= 5.2.2.1) sass-rails (~> 5.0) selenium-webdriver