Skip to content

Commit 1cd091a

Browse files
committed
Remove explicit RuboCop target Ruby version
1 parent ffca97d commit 1cd091a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.rubocop.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ plugins:
1919
# It's the lowest supported Ruby version
2020
AllCops:
2121
DisplayCopNames: true # Display the name of the failing cops
22-
TargetRubyVersion: 2.3
2322
NewCops: enable
2423

2524
# It's a matter of taste

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby 3.4.7
1+
ruby 4.0.5

0 commit comments

Comments
 (0)