From: Go MAEDA Date: Mon, 6 Feb 2023 14:04:15 +0000 (+0000) Subject: Update RuboCop Performance to 1.16 (#37247). X-Git-Tag: 5.1.0~247 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=12a5731aabecf69c3e8a2427fbf1e260feb868ca;p=redmine.git Update RuboCop Performance to 1.16 (#37247). git-svn-id: https://svn.redmine.org/redmine/trunk@22098 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 1759e72b8..8c1d293ac 100644 --- a/Gemfile +++ b/Gemfile @@ -104,7 +104,7 @@ group :test do gem 'webdrivers', '4.6.1', require: false # RuboCop gem 'rubocop', '~> 1.44.0' - gem 'rubocop-performance', '~> 1.15.0' + gem 'rubocop-performance', '~> 1.16.0' gem 'rubocop-rails', '~> 2.17.2' end