]> source.dussan.org Git - redmine.git/commitdiff
Update RuboCop Performance to 1.14 (#37247).
authorGo MAEDA <maeda@farend.jp>
Tue, 14 Jun 2022 13:13:51 +0000 (13:13 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 14 Jun 2022 13:13:51 +0000 (13:13 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@21632 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index f2969801a8e908d630ef32596c95ccaae7f4a6bc..5542fd6f301eb80ecc4e2b514bbf8e12d5897575 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -99,7 +99,7 @@ group :test do
   gem 'webdrivers', '4.6.1', require: false
   # RuboCop
   gem 'rubocop', '~> 1.30.1'
-  gem 'rubocop-performance', '~> 1.13.0'
+  gem 'rubocop-performance', '~> 1.14.2'
   gem 'rubocop-rails', '~> 2.14.0'
 end