8000 Fix TargetRailsVersion in rubocop config · venkata-qa/demo.activeadmin.info@5566aed · GitHub
[go: up one dir, main page]

Skip to content

Commit 5566aed

Browse files
Fix TargetRailsVersion in rubocop config
1 parent 8fed704 commit 5566aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ AllCops:
88
DisabledByDefault: true
99

1010
TargetRubyVersion: 2.6
11-
TargetRailsVersion: 5.2
11+
TargetRailsVersion: 6.0
1212

1313
Exclude:
1414
- vendor/bundle/**/*

0 commit comments

Comments
 (0)
0