From 06fde4d8e3da2229ca4b04215f021b7fbad66ef1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Sep 2024 06:54:21 +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 41c7395..5ab1332 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby '2.7.2' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 6.0.3', '>= 6.0.3.4' # Use Puma as the app server -gem 'puma', '~> 4.1' +gem 'puma', '~> 5.6', '>= 5.6.9' # Use SCSS for stylesheets gem 'sass-rails', '>= 6' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker