From 4c4e794c08e7c3fa7190bcdce62e2049cc699aa9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Jul 2025 22:33:53 +0000 Subject: [PATCH] fix: example/rails3/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-THOR-10843853 --- example/rails3/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/rails3/Gemfile b/example/rails3/Gemfile index 03447006..5ee4065a 100644 --- a/example/rails3/Gemfile +++ b/example/rails3/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'rails', '~> 3.0.0' +gem 'rails', '~> 3.2.4' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git'