From c329ae4458335bbce3dd741141a3d9aa55d652d2 Mon Sep 17 00:00:00 2001 From: Anton Georgiev Date: Mon, 23 Dec 2024 16:14:32 -0500 Subject: [PATCH] [Snyk] Security upgrade rubocop-rails from 2.25.1 to 2.26.0 (#348) * fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-7814166 - https://snyk.io/vuln/SNYK-RUBY-REXML-7577227 - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917 - https://snyk.io/vuln/SNYK-RUBY-REXML-7577228 - https://snyk.io/vuln/SNYK-RUBY-REXML-7462086 * update gemfile.lock --------- Co-authored-by: snyk-bot Co-authored-by: Mariam05 --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 74cbe5dc..587adaee 100644 --- a/Gemfile +++ b/Gemfile @@ -50,7 +50,7 @@ group :development, :test do gem 'rspec_junit_formatter' gem 'rspec-rails', '~> 6.0.0' gem 'rubocop', '~> 1.66', '>= 1.66.0', require: false - gem 'rubocop-rails', '~> 2.25', '>= 2.25.1', require: false + gem 'rubocop-rails', '~> 2.26', '>= 2.26.0', require: false end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 16c5a765..15339afe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -477,7 +477,7 @@ DEPENDENCIES rspec-rails (~> 6.0.0) rspec_junit_formatter rubocop (~> 1.66, >= 1.66.0) - rubocop-rails (~> 2.25, >= 2.25.1) + rubocop-rails (~> 2.26, >= 2.26.0) sass-rails (~> 6.0, >= 6.0.0) selenium-webdriver (>= 4.23.0) spring