From 0279259183faf6ac2e9c4d2c282c2456b4c461cc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Aug 2025 01:27:24 +0000 Subject: [PATCH] fix: example/rails3.1/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVERECORD-11800112 --- example/rails3.1/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/rails3.1/Gemfile b/example/rails3.1/Gemfile index ebd5be2a..8b800349 100644 --- a/example/rails3.1/Gemfile +++ b/example/rails3.1/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'rails', '3.1.0' +gem 'rails', '7.1.5.2' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git'