From c684a05858f04727f98056660d7cc67ab4b8f5ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Aug 2023 22:04:23 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-5851458 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a901a3c..7dde2d4 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" ruby "2.7.5" gem "sinatra", "~>2.0.2" -gem "sinatra-contrib" +gem "sinatra-contrib", ">= 2.0.5" gem "puma" gem "dalli" gem "rubyzip"