From 19ff8123d85760d82aab1c9fec7d53e25d8aaf95 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Aug 2024 09:48: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 b990863..2cccbb4 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.63', '>= 1.63.2' gem 'ruby-lsp', '~> 0.13' end