Skip to content

Commit f83bc17

Browse files
committed
chore: correct target ruby version with rubocop
1 parent a0a7353 commit f83bc17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require:
1111
- rubocop-rspec
1212

1313
AllCops:
14-
TargetRubyVersion: 3.2
14+
TargetRubyVersion: 3.1
1515
NewCops: enable
1616
Exclude:
1717
- "bin/*"

0 commit comments

Comments
 (0)