From: Go MAEDA Date: Wed, 23 Aug 2023 09:12:41 +0000 (+0000) Subject: Update RuboCop Performance to 1.19 (#37247). X-Git-Tag: 5.1.0~95 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=59476a88f66189e3fd09d4be3308330a9ee61270;p=redmine.git Update RuboCop Performance to 1.19 (#37247). git-svn-id: https://svn.redmine.org/redmine/trunk@22281 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index ae8695fb0..c54ff4726 100644 --- a/Gemfile +++ b/Gemfile @@ -104,7 +104,7 @@ group :test do gem 'webdrivers', '4.6.1', require: false # RuboCop gem 'rubocop', '~> 1.56.0', require: false - gem 'rubocop-performance', '~> 1.18.0', require: false + gem 'rubocop-performance', '~> 1.19.0', require: false gem 'rubocop-rails', '~> 2.20.2', require: false end