]> source.dussan.org Git - redmine.git/commitdiff
Set TargetRailsVersion of RuboCop to 6.1 (#29914).
authorGo MAEDA <maeda@farend.jp>
Sat, 3 Apr 2021 01:38:03 +0000 (01:38 +0000)
committerGo MAEDA <maeda@farend.jp>
Sat, 3 Apr 2021 01:38:03 +0000 (01:38 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20908 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop.yml

index bf266b3504ac53bb1a70ce4b9551f72bb88e64dc..ac9416c8ba7513d6c72846da6d8b3a5ffbb90411 100644 (file)
@@ -2,7 +2,7 @@ inherit_from: .rubocop_todo.yml
 
 AllCops:
   TargetRubyVersion: 2.5
-  TargetRailsVersion: 5.2
+  TargetRailsVersion: 6.1
 
   NewCops: enable