diff --git a/Gemfile b/Gemfile index 9474358..48c83d7 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'rails' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 4.3' +gem 'puma', '~> 5.2' # Use SCSS for stylesheets gem 'sass-rails', '~> 6.0' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index 52fb369..57d6fe3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -177,7 +177,7 @@ GEM parallel (1.20.1) parser (3.0.0.0) ast (~> 2.4.1) - puma (4.3.6) + puma (5.2.2) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -313,7 +313,7 @@ DEPENDENCIES jbuilder (~> 2.5) jquery-rails mysql2 - puma (~> 4.3) + puma (~> 5.2) rack-cors rails rolify