]> source.dussan.org Git - redmine.git/commitdiff
Update RuboCop Performance to 1.11 (#35142).
authorGo MAEDA <maeda@farend.jp>
Thu, 22 Apr 2021 02:30:57 +0000 (02:30 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 22 Apr 2021 02:30:57 +0000 (02:30 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20958 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 4a5d8e742cd403fbf91ac5e321a921c92c0d305c..e8631b0ba72ede644bd1bc022d9fbf6c3137deff 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -93,7 +93,7 @@ group :test do
   gem 'webdrivers', '~> 4.4', require: false
   # RuboCop
   gem 'rubocop', '~> 1.13.0'
-  gem 'rubocop-performance', '~> 1.10.1'
+  gem 'rubocop-performance', '~> 1.11.0'
   gem 'rubocop-rails', '~> 2.9.0'
 end