From 8e3985808e0c19dac89cc8f3856114f8f8bff841 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Mar 2026 08:07:36 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-15762697 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-15762331 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-15762701 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3718c5f..5e28559 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" gemspec group :development, :test do - gem 'factory_bot' + gem 'factory_bot', '>= 6.0.0' gem "dotenv" gem 'byebug', '~> 9.0', '>= 9.0.5' end