Skip to content

Commit

Permalink
Update target Ruby version to 3.1 in rubocop config
Browse files Browse the repository at this point in the history
  • Loading branch information
julianguyen committed May 9, 2023
1 parent 33cd914 commit 3823161
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 @@ -3,7 +3,7 @@ require:
- rubocop-performance

AllCops:
TargetRubyVersion: 2.6
TargetRubyVersion: 3.1
Exclude:
- 'bin/**/*'
- 'db/**/*'
Expand Down

0 comments on commit 3823161

Please sign in to comment.