From 3e3a6101993813627c07b39001edfe2d7aca1df1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Oct 2024 03:35:42 +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 1288a18..4894b25 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.66", ">= 1.66.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