From 4db56d297f6f8d0a130c67661ede436718ba2c28 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Aug 2024 07:28:51 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-7814166 --- 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'