diff --git a/Gemfile b/Gemfile index ed24742..6731f76 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 7.0.4' # Use MySQL as the database for Active Record gem 'mysql2', '~> 0.5' # Use Puma as the app server -gem 'puma', '~> 5.5' +gem 'puma', '~> 5.6' # 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 056bee3..65b232f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -428,7 +428,7 @@ DEPENDENCIES jquery-rails listen (~> 3.3) mysql2 (~> 0.5) - puma (~> 5.5) + puma (~> 5.6) rack-mini-profiler (~> 2.0) rails (~> 7.0.4) rsolr (>= 1.0, < 3)