From 6342c292f0864cbfea6b0060ebfc6ab4f1063cef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Aug 2024 02:13:18 +0000 Subject: [PATCH] fix: 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 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 46c8af1..6728d25 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'http://rubygems.org' gemspec -gem 'rubocop', require: false +gem 'rubocop', '>= 1.12.0', require: false group :test do gem 'codeclimate-test-reporter'