From: Go MAEDA Date: Fri, 10 Dec 2021 07:10:35 +0000 (+0000) Subject: Update RuboCop Performance to 1.12 (#35142). X-Git-Tag: 5.0.0~162 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6c0123290e9c1fb242708533e8de80f20ab7e4d0;p=redmine.git Update RuboCop Performance to 1.12 (#35142). git-svn-id: http://svn.redmine.org/redmine/trunk@21304 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 5c9e4a108..5f211a018 100644 --- a/Gemfile +++ b/Gemfile @@ -105,7 +105,7 @@ group :test do gem 'webdrivers', '4.6.1', require: false # RuboCop gem 'rubocop', '~> 1.23.0' - gem 'rubocop-performance', '~> 1.11.0' + gem 'rubocop-performance', '~> 1.12.0' gem 'rubocop-rails', '~> 2.11.0' end