1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00:00

Update RuboCop Performance to 1.11 (#35142).

git-svn-id: http://svn.redmine.org/redmine/trunk@20958 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2021-04-22 02:30:57 +00:00
parent de93c19c3f
commit b719565c41

View File

@ -93,7 +93,7 @@ group :test do
gem 'webdrivers', '~> 4.4', require: false
# RuboCop
gem 'rubocop', '~> 1.13.0'
gem 'rubocop-performance', '~> 1.10.1'
gem 'rubocop-performance', '~> 1.11.0'
gem 'rubocop-rails', '~> 2.9.0'
end