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

Update RuboCop Performance to 1.14 (#37247).

git-svn-id: https://svn.redmine.org/redmine/trunk@21632 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2022-06-14 13:13:51 +00:00
parent e0655d97f2
commit 0b2308aa28

View File

@ -99,7 +99,7 @@ group :test do
gem 'webdrivers', '4.6.1', require: false
# RuboCop
gem 'rubocop', '~> 1.30.1'
gem 'rubocop-performance', '~> 1.13.0'
gem 'rubocop-performance', '~> 1.14.2'
gem 'rubocop-rails', '~> 2.14.0'
end