From b719565c411fecad195cf966eb79520bd7884269 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 22 Apr 2021 02:30:57 +0000 Subject: [PATCH] Update RuboCop Performance to 1.11 (#35142). git-svn-id: http://svn.redmine.org/redmine/trunk@20958 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 4a5d8e742..e8631b0ba 100644 --- a/Gemfile +++ b/Gemfile @@ -93,7 +93,7 @@ group :test do gem 'webdrivers', '~> 4.4', require: false # RuboCop gem 'rubocop', '~> 1.13.0' - gem 'rubocop-performance', '~> 1.10.1' + gem 'rubocop-performance', '~> 1.11.0' gem 'rubocop-rails', '~> 2.9.0' end