From 862125b553851d7b91ddf851cad963a64f2eeaae Mon Sep 17 00:00:00 2001 From: Piotr Kuczynski Date: Tue, 8 Jul 2025 10:48:05 +0200 Subject: [PATCH] chore(deps-dev): bump puma in test rails 5.2 app to fix security vulnerability warning --- spec/app/rails_5.2/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/app/rails_5.2/Gemfile b/spec/app/rails_5.2/Gemfile index 9abebf92..c0e6cb39 100644 --- a/spec/app/rails_5.2/Gemfile +++ b/spec/app/rails_5.2/Gemfile @@ -5,7 +5,7 @@ gem 'rails', '~> 5.2.2' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 3.11' +gem 'puma', '~> 4.3.8' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets