Skip to content

Commit

Permalink
Bump TargetRubyVersion to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Jun 16, 2024
1 parent e855d20 commit 0ae5ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/default.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AllCops:
# Prevent RuboCop from exploding when it finds an older-than-2.6 .ruby-version
TargetRubyVersion: 2.6
# Prevent RuboCop from exploding when it finds an older .ruby-version
TargetRubyVersion: 3.0
Exclude: []
DisabledByDefault: true
StyleGuideBaseURL: https://github.com/standardrb/standard
Expand Down

0 comments on commit 0ae5ea7

Please sign in to comment.