From 4fffd7911e6168a9608638497ba3ec5ab7c463b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Sep 2024 12:40:24 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-PUMA-8062124 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 79f25fb..2fa3e86 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ source 'https://rubygems.org' do gem 'coffee-script' gem 'haml' gem 'linguistics' - gem 'puma' + gem 'puma', '>= 5.6.9' gem 'rack', '>= 3.0.0' gem 'sass' gem 'sinatra', '>= 2.2.3'