From: Go MAEDA Date: Fri, 2 Jun 2023 07:51:50 +0000 (+0000) Subject: Update RuboCop Performance to 1.17 (#37247). X-Git-Tag: 5.1.0~120 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cd20de25178c7c074d58806985129f2bfd741a41;p=redmine.git Update RuboCop Performance to 1.17 (#37247). git-svn-id: https://svn.redmine.org/redmine/trunk@22250 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index dc964a113..621aae070 100644 --- a/Gemfile +++ b/Gemfile @@ -104,7 +104,7 @@ group :test do gem 'webdrivers', '4.6.1', require: false # RuboCop gem 'rubocop', '~> 1.51.0', require: false - gem 'rubocop-performance', '~> 1.17.1', require: false + gem 'rubocop-performance', '~> 1.18.0', require: false gem 'rubocop-rails', '~> 2.19.1', require: false end