From 43a061c8dc085b40b515758472041947a081b796 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sun, 11 Sep 2022 06:16:56 +0000 Subject: [PATCH] Update RuboCop Performance to 1.15 (#37247). git-svn-id: https://svn.redmine.org/redmine/trunk@21803 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1c1530cf8..8d90e4793 100644 --- a/Gemfile +++ b/Gemfile @@ -101,7 +101,7 @@ group :test do gem 'webdrivers', '4.6.1', require: false # RuboCop gem 'rubocop', '~> 1.36.0' - gem 'rubocop-performance', '~> 1.14.2' + gem 'rubocop-performance', '~> 1.15.0' gem 'rubocop-rails', '~> 2.15.0' end