From a2b0daca3dd07aa1baa2cc4aedf872d978f1d81f Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Tue, 7 Jan 2020 13:49:16 +0000 Subject: [PATCH] Update RuboCop to 0.79 (#32530). git-svn-id: http://svn.redmine.org/redmine/trunk@19411 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop_todo.yml | 2 +- Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 29ac885a1..146ad2287 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -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 354adc747..4329d2003 100644 --- 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