From 594cde0b4b96d9d8fccc165ee3418456fe873b88 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Oct 2025 04:38:30 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-13535097 - https://snyk.io/vuln/SNYK-RUBY-SINATRA-13535098 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 5b53bab..c8dff30 100644 --- a/Gemfile +++ b/Gemfile @@ -12,6 +12,6 @@ group :development, :test do end group :example do - gem 'sinatra' - gem 'thin' + gem 'sinatra', '>= 4.2.0' + gem 'thin', '>= 1.4.0' end