From 76b165791ab112cb050b46d7c63fbf911f4225b4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 May 2021 04:10:17 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-PUMA-1291014 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 054f88c..5a98d3f 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ ruby "2.6.6" gem "sinatra", "~>2.0.2" gem "sinatra-contrib" -gem "puma" +gem "puma", ">= 4.3.8" gem "dalli" gem "rubyzip" gem "excon"