diff --git a/.rubocop.yml b/.rubocop.yml index 79cf9cf89..06aedae47 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -20,9 +20,11 @@ AllCops: # Enable extensions require: - - rubocop-performance - rubocop-rails +plugins: + - rubocop-performance + # Rules for Redmine Bundler/OrderedGems: diff --git a/Gemfile b/Gemfile index df1d06f7e..16096f97f 100644 --- a/Gemfile +++ b/Gemfile @@ -112,7 +112,7 @@ group :test do gem 'selenium-webdriver', '>= 4.11.0' # RuboCop gem 'rubocop', '~> 1.75.2', require: false - gem 'rubocop-performance', '~> 1.23.0', require: false + gem 'rubocop-performance', '~> 1.25.0', require: false gem 'rubocop-rails', '~> 2.29.0', require: false gem 'bundle-audit', require: false end