From 6c5b2eea95a36e432bdd9f87a2651ab6e30a6b4f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Nov 2024 01:23:30 +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 ea50f74b..39f421b5 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,7 @@ gem "omniauth-github" # Backgroud jobs gem "sidekiq" -gem "sinatra" +gem "sinatra", ">= 4.1.0" # Caching gem "dalli"