From d79814a438279038a510aa691e6164775c45b6b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Aug 2024 05:54:02 +0000 Subject: [PATCH] fix: sub-project/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-7577227 - https://snyk.io/vuln/SNYK-RUBY-REXML-7577228 --- sub-project/Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sub-project/Gemfile b/sub-project/Gemfile index 85f78a68..ed195acf 100644 --- a/sub-project/Gemfile +++ b/sub-project/Gemfile @@ -30,8 +30,8 @@ group :test do gem 'git' gem 'octokit' gem 'pry' - gem 'rubocop' - gem 'rubocop-performance' + gem 'rubocop', '>= 1.3.1' + gem 'rubocop-performance', '>= 1.9.0' gem 'test-unit' end group :local do