]> source.dussan.org Git - redmine.git/commitdiff
Update RuboCop Performance to 1.13 (#35142).
authorGo MAEDA <maeda@farend.jp>
Wed, 29 Dec 2021 06:14:27 +0000 (06:14 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 29 Dec 2021 06:14:27 +0000 (06:14 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@21331 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 7b61b5007a5a0a78e7570dee39ca91e71ba1b01b..87a8c625371e2dcfab39e9812f5a8b4427cca6a7 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -99,7 +99,7 @@ group :test do
   gem 'webdrivers', '4.6.1', require: false
   # RuboCop
   gem 'rubocop', '~> 1.24.0'
-  gem 'rubocop-performance', '~> 1.12.0'
+  gem 'rubocop-performance', '~> 1.13.0'
   gem 'rubocop-rails', '~> 2.12.4'
 end