]> source.dussan.org Git - redmine.git/commitdiff
Update RuboCop to 1.13 (#35136).
authorGo MAEDA <maeda@farend.jp>
Wed, 21 Apr 2021 04:35:34 +0000 (04:35 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 21 Apr 2021 04:35:34 +0000 (04:35 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20954 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 23c142258031d5b520826ec2ea37a9349b519e93..4a5d8e742cd403fbf91ac5e321a921c92c0d305c 100644 (file)
--- 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