From: Go MAEDA Date: Tue, 17 Jan 2023 01:46:29 +0000 (+0000) Subject: Set RuboCop TargetRubyVersion to 2.7 (#38134). X-Git-Tag: 5.1.0~273 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=029bab2767154652954f1d21eefb3e619a8f3cec;p=redmine.git Set RuboCop TargetRubyVersion to 2.7 (#38134). git-svn-id: https://svn.redmine.org/redmine/trunk@22057 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/.rubocop.yml b/.rubocop.yml index 3baa592f2..ef8cac469 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,7 +1,7 @@ inherit_from: .rubocop_todo.yml AllCops: - TargetRubyVersion: 2.6 + TargetRubyVersion: 2.7 TargetRailsVersion: 6.1 NewCops: enable