From d5e650a221f0884e2558e2ec8c1a5f4f63798c17 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Aug 2024 06:41:47 +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-7814166 --- 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