From 50fca8d03b3d6c1205993ff04aadb1e558aba713 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:00:14 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVERECORD-2960802 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c122dc2..c7cc513 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.3', '>= 7.0.3.1' gem 'sqlite3' gem 'mocha', '~> 1.0', require: false