diff --git a/Gemfile b/Gemfile index 1698d8f..2aa7aa4 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.1.1' # Use postgresql as the database for Active Record gem 'pg', '~> 1.1' # Use Puma as the app server -gem 'puma', '~> 5.0' +gem 'puma', '~> 5.2' # 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 2b2ff34..af15f98 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -144,7 +144,7 @@ GEM pg (1.2.3) popper_js (1.16.0) public_suffix (4.0.6) - puma (5.1.1) + puma (5.2.2) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -263,7 +263,7 @@ DEPENDENCIES jquery-rails listen (~> 3.3) pg (~> 1.1) - puma (~> 5.0) + puma (~> 5.2) rack-mini-profiler (~> 2.0) rails (~> 6.1.1) rails-i18n