From 12d397cfee52003d289260a2293504899e951bb0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 May 2025 08:18:59 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1e8605379..95cdd1384 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' ruby '3.3.3' ##-- base gems for rails --## -gem 'rack-cors', '2.0.0', require: 'rack/cors' +gem 'rack-cors', '3.0.0', require: 'rack/cors' gem 'rails', '~> 7.0.8.4' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', require: false