From 64a3b87e2744e05c0141209158abc5800855efcd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 May 2025 14:37:37 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-7210237 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 35b9ee91db3d8b..ac785e5ee904a6 100644 --- a/Gemfile +++ b/Gemfile @@ -191,7 +191,7 @@ group :development, :test do gem 'test-prof' # RSpec runner for rails - gem 'rspec-rails', '~> 6.0' + gem 'rspec-rails', '~> 8.0', '>= 8.0.0' end group :production do