From f71675533ad80cde349a2d5d0d23320e07264b67 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Aug 2024 08:35:08 +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 8cc9661..fdc1c39 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gemspec gem 'git' gem 'pry' gem 'pry-doc' -gem 'rubocop' +gem 'rubocop', '>= 1.28.0' group :test do gem 'rspec'