From f0aeb98d5aafd539716cf5924ed605111c4866ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Sep 2024 11:16:24 +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 ec57da193..55d93f94e 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ gem 'activerecord-import' ##--- gems for server & infra configuration ---## gem 'dotenv-rails', '>= 3.0.0' gem 'foreman' -gem 'puma' +gem 'puma', '>= 6.4.3' gem 'webpacker' # metrics on heroku gem 'barnes'