From 2be94d1ea1c3cd24e1d59248c7f7916f5d7bc476 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 21 Apr 2021 04:35:34 +0000 Subject: [PATCH] Update RuboCop to 1.13 (#35136). git-svn-id: http://svn.redmine.org/redmine/trunk@20954 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 23c142258..4a5d8e742 100644 --- a/Gemfile +++ b/Gemfile @@ -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 -- 2.39.5