From e4252d081f345665a03e840e5564395bb0c0d891 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 04:20:35 +0000 Subject: [PATCH] Update rubocop-performance to version 1.25.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9d08b0c..4cc7411 100644 --- a/Gemfile +++ b/Gemfile @@ -30,6 +30,6 @@ end group :development, :lint do gem 'rubocop', '~> 1.61.0' - gem 'rubocop-performance', '~> 1.20.2' + gem 'rubocop-performance', '~> 1.25.0' gem 'rubocop-rspec', '~> 2.27.0' end