From 8a57f5d76cb3c18e78a32f72de19aff60b1b8ebc Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 17:21:03 +0000 Subject: [PATCH] Update rubocop-performance to version 1.24.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 61400e2..66bf1d4 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ end group :lint do gem 'rubocop', '~> 1.61.0' - gem 'rubocop-performance', '~> 1.20.1' + gem 'rubocop-performance', '~> 1.24.0' gem 'rubocop-rake', '~> 0.6.0' gem 'rubocop-rspec', '~> 2.26.1' end