summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2021-04-03 01:38:03 +0000
committerGo MAEDA <maeda@farend.jp>2021-04-03 01:38:03 +0000
commit86110b359a17cbba6bfd60f758f0743237e58010 (patch)
treeee1b1fab7c0520f1ff17ff5b87c98bf5e3bffabd
parent74a6ff023075edec4d92ea5ba229b321f33e72c5 (diff)
downloadredmine-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.yml2
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