From 392aaa7d87c0355cb7d195e59cd5911a5ab3d93c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 May 2024 17:12:28 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-6861566 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d8049b7488..4f6ff2a660 100644 --- a/Gemfile +++ b/Gemfile @@ -81,7 +81,7 @@ group :test do gem 'mocha', '~> 1.8', require: false gem 'factory_bot_rails', '~> 5.0', '>= 5.0.2' gem 'timecop', '~> 0.9' - gem 'rubocop-rspec', '~> 1.32', require: false + gem 'rubocop-rspec', '~> 1.44', '>= 1.44.0', require: false end # Load gems from Gemfile.plugin.