From e3677e7207b62af532b785514cf8ae1cdaa4cadd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Aug 2024 06:42:15 +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 - https://snyk.io/vuln/SNYK-RUBY-REXML-7462086 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 96b12e6b..ed0c9f36 100644 --- a/Gemfile +++ b/Gemfile @@ -49,7 +49,7 @@ group :development, :test do gem 'rspec' gem 'rspec_junit_formatter' gem 'rspec-rails', '~> 6.0.0' - gem 'rubocop', '~> 1.63', '>= 1.63.0', require: false + gem 'rubocop', '~> 1.65', '>= 1.65.1', require: false gem 'rubocop-rails', '~> 2.25', '>= 2.25.1', require: false end