diff options
author | Go MAEDA <maeda@farend.jp> | 2020-10-23 00:17:13 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-10-23 00:17:13 +0000 |
commit | 2433f1d71b5cfa72dc73c83db0598cc2e2dba42f (patch) | |
tree | cbd689db71616076996eb154a21aee85390e3c14 /.rubocop.yml | |
parent | fdba424d77ef3d835f89d37f3f04840fbc2c839f (diff) | |
download | redmine-2433f1d71b5cfa72dc73c83db0598cc2e2dba42f.tar.gz redmine-2433f1d71b5cfa72dc73c83db0598cc2e2dba42f.zip |
RuboCop: Set TargetRubyVersion to 2.4 (#34142).
git-svn-id: http://svn.redmine.org/redmine/trunk@20169 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 6b890cd50..67477acd5 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,7 +1,7 @@ inherit_from: .rubocop_todo.yml AllCops: - TargetRubyVersion: 2.3 + TargetRubyVersion: 2.4 TargetRailsVersion: 5.2 Exclude: |