From 8d1fa07a1a9897f7ae967e7ece92f265047ed8db Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Nov 2024 00:13:50 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-SINATRA-6483832 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f9452d7..2623bcd 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } -gem "sinatra" +gem "sinatra", ">= 4.1.0" gem "twilio-ruby" gem "mime-types" gem "rack-test"