From 885d59ec89d04c68fdd3dc08fe0d174f26b3f361 Mon Sep 17 00:00:00 2001 From: Daniel Toms Date: Tue, 25 Jun 2024 13:20:11 -0700 Subject: [PATCH] Update puma version to >= 5.6.8 This addresses security vulnerabilities. --- test/test_apps/6.1/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_apps/6.1/Gemfile b/test/test_apps/6.1/Gemfile index f5731ef..c641b37 100644 --- a/test/test_apps/6.1/Gemfile +++ b/test/test_apps/6.1/Gemfile @@ -6,7 +6,7 @@ gem 'rails', '~> 6.1.4' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.4' # Use Puma as the app server -gem 'puma', '~> 4.1' +gem 'puma', '>= 5.6.8' # Use SCSS for stylesheets gem 'sass-rails', '>= 6' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker