From 6804f1702d65a6f36a052170c595b4562da9156a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Nov 2024 22:49:29 +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 b990863..5599fd6 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } gemspec group :development do - gem 'rubocop', '~> 1.60' + gem 'rubocop', '~> 1.66', '>= 1.66.0' gem 'ruby-lsp', '~> 0.13' end