From b6dc4b00845e6189b2211a63d49857c3475df8c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Nov 2024 17:29: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 9fabd103045..a7205e83942 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ gem "rspec", "~> 3.10" # Formatter for RSpec to generate JUnit compatible reports. gem "rspec_junit_formatter", "~> 0.4.1" # A Ruby static code analyzer and formatter. -gem "rubocop", Fastlane::RUBOCOP_REQUIREMENT +gem "rubocop", ">= 1.66.0", Fastlane::RUBOCOP_REQUIREMENT # A collection of RuboCop cops for performance optimizations. gem "rubocop-performance" # A RuboCop extension focused on enforcing tools.