From f970f1df36d9c8973b5c05d9734d9c7f27348d3e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Aug 2024 08:26:46 +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 1288a18..c922315 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } # Specify your gem's dependencies in phc_string_format.gemspec gemspec -gem "rubocop", "~> 1.7", require: false, :groups => [:development, :test] +gem "rubocop", "~> 1.8", ">= 1.8.0", require: false, :groups => [:development, :test] gem "reek", "~> 5.0", require: false, :groups => [:development, :test] gem 'simplecov', '>= 0.16.1', require: false, group: :test gem 'codacy-coverage', '>= 1.1.8', require: false, group: :test