From 80495a2b9f2d79b1a86cd045fd1bba63db1cd338 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Nov 2024 22:51:06 +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 9c57c15..df2b6a9 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'sinatra' +gem 'sinatra', '>= 4.1.0' gem 'rack-protection', '1.5.5' gem 'haml' gem 'sqlite3'