From 367e399c63555b8d1126da5c25634bdbbca5df80 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 Nov 2023 14:17:17 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-5741907 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-5851458 - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917 - https://snyk.io/vuln/SNYK-RUBY-RAILTIES-5851410 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 319545466677..8e707df787a4 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ end group :development, :test do # automatically include factories from spec/factories - gem 'factory_bot_rails' + gem 'factory_bot_rails', '>= 6.3.0' # Make rspec output shorter and more useful gem 'fivemat' # running documentation generation tasks and rspec tasks