]> source.dussan.org Git - redmine.git/commitdiff
Update RuboCop Performance to 1.15 (#37247).
authorGo MAEDA <maeda@farend.jp>
Sun, 11 Sep 2022 06:16:56 +0000 (06:16 +0000)
committerGo MAEDA <maeda@farend.jp>
Sun, 11 Sep 2022 06:16:56 +0000 (06:16 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@21803 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 1c1530cf88afdcd156846cfd1204a3ae70ac94bf..8d90e4793e969c91d95e4714718c1f5b31b5f736 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -101,7 +101,7 @@ group :test do
   gem 'webdrivers', '4.6.1', require: false
   # RuboCop
   gem 'rubocop', '~> 1.36.0'
-  gem 'rubocop-performance', '~> 1.14.2'
+  gem 'rubocop-performance', '~> 1.15.0'
   gem 'rubocop-rails', '~> 2.15.0'
 end