From 0f8591cda6fc3e6e118def22950cf588f2cb372d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 Aug 2025 09:14:38 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 225cb65..499895a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'rails', '~> 3.1.0' +gem 'rails', '~> 7.1.5', '>= 7.1.5.2' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' @@ -23,7 +23,7 @@ group:test do gem 'autotest-rails-pure', '4.1.2' gem 'autotest-fsevent', '0.2.4' gem 'autotest-growl', '0.2.9' - gem 'factory_girl_rails', '1.0' + gem 'factory_girl_rails', '1.0.1' end group :production do