diff --git a/Gemfile b/Gemfile index fae7d8d..83e2aa2 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.1.3', '>= 6.1.3.1' # Use pg as the database for Active Record gem 'pg', '~> 1.1' # Use Puma as the app server -gem 'puma', '~> 5.0' +gem 'puma', '~> 5.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 27408b2..7654b8f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -146,7 +146,7 @@ GEM racc (~> 1.4) pg (1.2.3) public_suffix (4.0.6) - puma (5.2.2) + puma (5.3.1) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -253,7 +253,7 @@ DEPENDENCIES kaminari listen (~> 3.3) pg (~> 1.1) - puma (~> 5.0) + puma (~> 5.3) rack-mini-profiler (~> 2.0) rails (~> 6.1.3, >= 6.1.3.1) sass-rails (>= 6)