From 53c8090823fbe624f7ccd4a997cbc965a6b4d593 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Feb 2025 00:26:00 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-569598 - https://snyk.io/vuln/SNYK-RUBY-TZINFO-2958048 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3718c5f..5e105e6 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.5.1' gem "dotenv" gem 'byebug', '~> 9.0', '>= 9.0.5' end