From ed99a401a27b5bae949db689d85f81cad1c1b2ba Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 23:55:25 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-13052974 --- 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