From 22e73a847079fbdf835198d492929470671952cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Oct 2024 06:34:01 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-8309365 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 97a319f..d26e10a 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem 'rspec', '~> 3.9' -gem 'rubocop', require: false +gem 'rubocop', '>= 1.66.0', require: false gem 'simplecov', require: false, group: :test