]> source.dussan.org Git - redmine.git/commitdiff
Update RuboCop to 0.79 (#32530).
authorGo MAEDA <maeda@farend.jp>
Tue, 7 Jan 2020 13:49:16 +0000 (13:49 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 7 Jan 2020 13:49:16 +0000 (13:49 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19411 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop_todo.yml
Gemfile

index 29ac885a1a357c1767a72b69c5acaa03ffb09594..146ad2287186993082e0b7999418c538a2b705bf 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 0.78.0.
+# using RuboCop version 0.79.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 354adc7471650287b973f6c1f9c27efac565f175..4329d20030753b92f31a6e57c6bbb9277d079ec5 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -84,7 +84,7 @@ group :test do
   gem "capybara", (RUBY_VERSION < "2.4" ? "~> 3.15.1" : "~> 3.29.0")
   gem "selenium-webdriver"
   # RuboCop
-  gem 'rubocop', '~> 0.78.0'
+  gem 'rubocop', '~> 0.79.0'
   gem 'rubocop-performance', '~> 1.5.0'
   gem 'rubocop-rails', '~> 2.4.0'
 end