From: Go MAEDA Date: Wed, 29 Dec 2021 06:14:27 +0000 (+0000) Subject: Update RuboCop Performance to 1.13 (#35142). X-Git-Tag: 5.0.0~135 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0b28b82d1f7265839b6f07d63ce4a384ed8f5e80;p=redmine.git Update RuboCop Performance to 1.13 (#35142). git-svn-id: http://svn.redmine.org/redmine/trunk@21331 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 7b61b5007..87a8c6253 100644 --- a/Gemfile +++ b/Gemfile @@ -99,7 +99,7 @@ group :test do gem 'webdrivers', '4.6.1', require: false # RuboCop gem 'rubocop', '~> 1.24.0' - gem 'rubocop-performance', '~> 1.12.0' + gem 'rubocop-performance', '~> 1.13.0' gem 'rubocop-rails', '~> 2.12.4' end