From 209cc093632309b6075ab946dd443ef97730004a Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sun, 13 Oct 2024 18:37:17 +0900 Subject: [PATCH] Use RuboCop Performance 1.22 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 592d44402f..923057b6d4 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'prism' gem 'rake' gem 'rspec' gem 'rubocop', github: 'rubocop/rubocop' -gem 'rubocop-performance', '~> 1.21.0' +gem 'rubocop-performance', '~> 1.22.0' gem 'rubocop-rspec', '~> 3.1.0' gem 'simplecov' gem 'test-queue'