From 8c51d48eb47656cc1ef9bfc66d45256956ae6165 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Oct 2025 06:26:08 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-13052974 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 1d7e16841b6a3..f25d0d903ba14 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ group :development, :test do gem 'rake' # Define `rake spec`. Must be in development AND test so that its available by default as a rake test when the # environment is development - gem 'rspec-rails' + gem 'rspec-rails', '>= 8.0.0' gem 'rspec-rerun' # Required during CI as well local development gem 'rubocop', '1.75.7' @@ -46,7 +46,7 @@ end group :test do # automatically include factories from spec/factories gem 'test-prof' - gem 'factory_bot_rails' + gem 'factory_bot_rails', '>= 6.5.0' # Make rspec output shorter and more useful gem 'fivemat' # rspec formatter for acceptance tests