mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
Update Rubocop Performance to 1.25 (#41761).
git-svn-id: https://svn.redmine.org/redmine/trunk@23639 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a08ce1c54f
commit
92b7df7d4e
@ -20,9 +20,11 @@ AllCops:
|
||||
# Enable extensions
|
||||
|
||||
require:
|
||||
- rubocop-performance
|
||||
- rubocop-rails
|
||||
|
||||
plugins:
|
||||
- rubocop-performance
|
||||
|
||||
# Rules for Redmine
|
||||
|
||||
Bundler/OrderedGems:
|
||||
|
||||
2
Gemfile
2
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user