From 11d189b20564e777738592099b1bbe32f74feda0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Sep 2024 07:49:13 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-PUMA-8062124 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 11b97600..f79749dd 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'rails', '~> 6.1', '>= 6.1.7.8' # Use postgres as the database for Active Record gem 'pg', '~> 1.0' # Use Puma as the app server -gem 'puma', '~> 5.6', '>= 5.6.8' +gem 'puma', '~> 5.6', '>= 5.6.9' # Use SCSS for stylesheets gem 'sass-rails', '~> 6.0', '>= 6.0.0' # Use Uglifier as compressor for JavaScript assets