diff options
author | Go MAEDA <maeda@farend.jp> | 2021-04-03 01:38:03 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-04-03 01:38:03 +0000 |
commit | 86110b359a17cbba6bfd60f758f0743237e58010 (patch) | |
tree | ee1b1fab7c0520f1ff17ff5b87c98bf5e3bffabd | |
parent | 74a6ff023075edec4d92ea5ba229b321f33e72c5 (diff) | |
download | redmine-86110b359a17cbba6bfd60f758f0743237e58010.tar.gz redmine-86110b359a17cbba6bfd60f758f0743237e58010.zip |
Set TargetRailsVersion of RuboCop to 6.1 (#29914).
git-svn-id: http://svn.redmine.org/redmine/trunk@20908 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |