From 47b57a11d94193434d0a90164afcde2c309f632b Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 22:43:11 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-13535097 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index c122dc2..0739211 100644 --- a/Gemfile +++ b/Gemfile @@ -2,8 +2,8 @@ source 'https://rubygems.org' gemspec -gem 'devise', '~> 4.8' -gem 'rails', '~> 7.0.0' +gem 'devise', '~> 4.9', '>= 4.9.0' +gem 'rails', '~> 7.0.2', '>= 7.0.2.3' gem 'sqlite3' gem 'mocha', '~> 1.0', require: false