From 1c7e683b810f5d15d218f3a66c338d04d92f2f37 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 19:04:31 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESTORAGE-2420035 --- 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