From e8078c6728518367131a5325f4244bdffacc43e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Aug 2024 09:55:33 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 515b2330..05906feb 100644 --- a/Gemfile +++ b/Gemfile @@ -90,6 +90,6 @@ group :development, :test do gem 'sqlite3', '~> 1.3.13' gem 'terminal-notifier-guard', require: darwin_only('terminal-notifier-guard') gem 'timecop' - gem 'rubocop', require: false - gem 'rubocop-rspec' + gem 'rubocop', '>= 0.85.1', require: false + gem 'rubocop-rspec', '>= 1.40.0' end