From a500dabb0f05e49ac9fbd23599ece1f0a66224c8 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 18:25:12 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-2848599 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c122dc2..92c7583 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gemspec gem 'devise', '~> 4.8' -gem 'rails', '~> 7.0.0' +gem 'rails', '~> 7.0.2', '>= 7.0.2.3' gem 'sqlite3' gem 'mocha', '~> 1.0', require: false