1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-18 15:08:12 +00:00

Update RuboCop to 1.30 (#36919).

git-svn-id: https://svn.redmine.org/redmine/trunk@21631 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2022-06-14 02:57:19 +00:00
parent ab5f93ae49
commit e0655d97f2
2 changed files with 173 additions and 173 deletions

File diff suppressed because it is too large Load Diff

View File

@ -98,7 +98,7 @@ group :test do
gem "selenium-webdriver", "~> 3.142.7" gem "selenium-webdriver", "~> 3.142.7"
gem 'webdrivers', '4.6.1', require: false gem 'webdrivers', '4.6.1', require: false
# RuboCop # RuboCop
gem 'rubocop', '~> 1.28.2' gem 'rubocop', '~> 1.30.1'
gem 'rubocop-performance', '~> 1.13.0' gem 'rubocop-performance', '~> 1.13.0'
gem 'rubocop-rails', '~> 2.14.0' gem 'rubocop-rails', '~> 2.14.0'
end end