From a2855c97280c7be936fb0e249d475e982cb2a1e5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Aug 2023 23:01:59 +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 a901a3c..1b43187 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ ruby "2.7.5" gem "sinatra", "~>2.0.2" gem "sinatra-contrib" -gem "puma" +gem "puma", ">= 5.6.7" gem "dalli" gem "rubyzip" gem "excon"