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

Update RuboCop Performance to 1.12 (#35142).

git-svn-id: http://svn.redmine.org/redmine/trunk@21304 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2021-12-10 07:10:35 +00:00
parent e7e26d6909
commit 6c0123290e

View File

@ -105,7 +105,7 @@ group :test do
gem 'webdrivers', '4.6.1', require: false
# RuboCop
gem 'rubocop', '~> 1.23.0'
gem 'rubocop-performance', '~> 1.11.0'
gem 'rubocop-performance', '~> 1.12.0'
gem 'rubocop-rails', '~> 2.11.0'
end