Skip to content

Commit 53c3599

Browse files
committed
(FACT-3147) Set RuboCop target Ruby version to 2.5
Ruby 2.5 is the minimum recommended Ruby version for Facter. This commit updates RuboCop's target Ruby version from 2.3 to 2.5.
1 parent 91584c3 commit 53c3599

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.rubocop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
inherit_from: .rubocop_todo.yml
33

44
AllCops:
5-
TargetRubyVersion: 2.3
5+
TargetRubyVersion: 2.5
66
Exclude:
77
- acceptance/**/*
88
- vendor/**/*
@@ -193,4 +193,4 @@ Style/HashTransformKeys:
193193
Enabled: false # not implemented in ruby 2.3
194194

195195
Style/HashTransformValues:
196-
Enabled: false # not implemented in ruby 2.3
196+
Enabled: false # not implemented in ruby 2.3

0 commit comments

Comments
 (0)