Skip to content

Commit 2362ae4

Browse files
committed
Corrected the target Rails version on the Rubocop config.
Signed-off-by: Hermann Mayer <[email protected]>
1 parent 4929360 commit 2362ae4

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
@@ -13,7 +13,7 @@ AllCops:
1313
SuggestExtensions: false
1414
DisplayCopNames: true
1515
TargetRubyVersion: 3.2
16-
TargetRailsVersion: 6.1
16+
TargetRailsVersion: 7.1
1717
Exclude:
1818
- bin/**/*
1919
- vendor/**/*

0 commit comments

Comments
 (0)