1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Update RuboCop to 1.26 (#35136).

git-svn-id: http://svn.redmine.org/redmine/trunk@21452 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2022-03-10 02:51:59 +00:00
parent 010c3e7d28
commit 1df42f0e59
2 changed files with 171 additions and 171 deletions

File diff suppressed because it is too large Load Diff

View File

@ -100,7 +100,7 @@ group :test do
gem "selenium-webdriver", "~> 3.142.7"
gem 'webdrivers', '4.6.1', require: false
# RuboCop
gem 'rubocop', '~> 1.25.0'
gem 'rubocop', '~> 1.26.0'
gem 'rubocop-performance', '~> 1.13.0'
gem 'rubocop-rails', '~> 2.13.0'
end