Skip to content

Commit

Permalink
Update Ruby version in rubocop config
Browse files Browse the repository at this point in the history
  • Loading branch information
mayorova committed Nov 4, 2024
1 parent dce7d96 commit f153b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Metrics/ClassLength:

AllCops:
NewCops: enable
TargetRubyVersion: 2.7
TargetRubyVersion: 3.1
UseCache: true
Exclude:
- 'db/**/*'
Expand Down

0 comments on commit f153b2d

Please sign in to comment.