From d12031da1c23e19115bdca616afd61cfb8075cf6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Jun 2025 07:57:37 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-3360028 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-3237242 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-5851458 --- 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