From ad56bbd93844f31bf2781cb64c038cefd465b289 Mon Sep 17 00:00:00 2001 From: snyk-bot <snyk-bot@snyk.io> Date: Fri, 17 May 2024 16:44:29 +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-6861566 --- 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