]> source.dussan.org Git - redmine.git/commitdiff
Update RuboCop Performance to 1.12 (#35142).
authorGo MAEDA <maeda@farend.jp>
Fri, 10 Dec 2021 07:10:35 +0000 (07:10 +0000)
committerGo MAEDA <maeda@farend.jp>
Fri, 10 Dec 2021 07:10:35 +0000 (07:10 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@21304 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 5c9e4a1085dad7458f86fecf94eb9fc5d2289da8..5f211a0181c26c64045334c7382899e016a035b0 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -105,7 +105,7 @@ group :test do
   gem 'webdrivers', '4.6.1', require: false
   # RuboCop
   gem 'rubocop', '~> 1.23.0'
-  gem 'rubocop-performance', '~> 1.11.0'
+  gem 'rubocop-performance', '~> 1.12.0'
   gem 'rubocop-rails', '~> 2.11.0'
 end