summaryrefslogtreecommitdiffstats
path: root/CLI/ruby
diff options
context:
space:
mode:
authora14m <[email protected]>2020-12-12 21:59:04 +0100
committera14m <[email protected]>2020-12-12 21:59:04 +0100
commit4d43c5e5f4596b0fdfab9673354d8baa0b009da5 (patch)
treecb1605b0353086da53d6afea8eb2750630adbef2 /CLI/ruby
parent0c465900092042947ae3110ba0bf7da48a515545 (diff)
Fix the TargetRubyVersion for rubocop
Diffstat (limited to 'CLI/ruby')
-rw-r--r--CLI/ruby/.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/CLI/ruby/.rubocop.yml b/CLI/ruby/.rubocop.yml
index 88abd76..970b547 100644
--- a/CLI/ruby/.rubocop.yml
+++ b/CLI/ruby/.rubocop.yml
@@ -1,5 +1,5 @@
AllCops:
- TargetRubyVersion: 2.4
+ TargetRubyVersion: 2.5
NewCops: enable
Layout/EmptyLineAfterGuardClause: