]> source.dussan.org Git - redmine.git/commitdiff
Update RuboCop to 1.14 (#35136).
authorGo MAEDA <maeda@farend.jp>
Fri, 7 May 2021 04:16:04 +0000 (04:16 +0000)
committerGo MAEDA <maeda@farend.jp>
Fri, 7 May 2021 04:16:04 +0000 (04:16 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20987 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop_todo.yml
Gemfile

index 15033a8352950b76a547a43a600fa841f023cbd6..0e74c648d78e52d6f2c14424773083f100e35607 100644 (file)
@@ -1,6 +1,6 @@
 # This configuration was generated by
 # `rubocop --auto-gen-config --exclude-limit 20 --no-offense-counts --no-auto-gen-timestamp`
-# using RuboCop version 1.13.0.
+# using RuboCop version 1.14.0.
 # The point is for the user to remove these configuration records
 # one by one as the offenses are removed from the code base.
 # Note that changes in the inspected code, or installation of new
diff --git a/Gemfile b/Gemfile
index ad9ac4f0110770dc37b33f5e892761cc6203f9c4..c7f19e26f530fe0c75677b42fd08f3113b0ed489 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.13.0'
+  gem 'rubocop', '~> 1.14.0'
   gem 'rubocop-performance', '~> 1.11.0'
   gem 'rubocop-rails', '~> 2.9.0'
 end