From a67de621e7c399bbf1a8fb93bf2dab775ae914fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Sep 2025 02:26:41 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVERECORD-11800112 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9c4f89f..3e4baa4 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' source 'https://rails-assets.org' -gem 'rails', '3.2.17' +gem 'rails', '7.1.5.2' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git'