From 76c1f72f8dfb75b9a388d1f522cccdaaa09d2515 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Aug 2023 02:54:31 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-PUMA-5846204 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 533d7665..b561a3f5 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem "kaminari" gem "local_time" gem "memory_profiler" gem "pg_search" -gem "puma" +gem "puma", ">= 5.6.7" gem "pundit" gem "rack-canonical-host" gem "rack-mini-profiler", require: false