From 86110b359a17cbba6bfd60f758f0743237e58010 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sat, 3 Apr 2021 01:38:03 +0000 Subject: [PATCH] Set TargetRailsVersion of RuboCop to 6.1 (#29914). git-svn-id: http://svn.redmine.org/redmine/trunk@20908 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index bf266b350..ac9416c8b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -2,7 +2,7 @@ inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.5 - TargetRailsVersion: 5.2 + TargetRailsVersion: 6.1 NewCops: enable -- 2.39.5