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

Update RuboCop to 1.13 (#35136).

git-svn-id: http://svn.redmine.org/redmine/trunk@20954 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2021-04-21 04:35:34 +00:00
parent 9055e5dfe5
commit 2be94d1ea1

View File

@ -92,7 +92,7 @@ group :test do
gem "selenium-webdriver"
gem 'webdrivers', '~> 4.4', require: false
# RuboCop
gem 'rubocop', '~> 1.12.0'
gem 'rubocop', '~> 1.13.0'
gem 'rubocop-performance', '~> 1.10.1'
gem 'rubocop-rails', '~> 2.9.0'
end