From 8ceba8e21534360a0d985c89a47c90b2cb6dc3c3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Jul 2025 05:25:43 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-THOR-10843853 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 69167f4..bc1219d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,13 +1,13 @@ source 'http://rubygems.org' -gem 'rails', '3.0.5' +gem 'rails', '3.2.4' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' gem 'mysql2' gem 'authlogic' -gem 'rails3-generators' +gem 'rails3-generators', '>= 0.17.5' # Use unicorn as the web server # gem 'unicorn'