summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authormokha <mokha@cisco.com>2019-04-30 10:33:54 -0600
committermokha <mokha@cisco.com>2019-04-30 10:33:54 -0600
commit72557f21b1e3dca9b0dd7c1cde8078f2bddebfd4 (patch)
treecb220f54a6d111bba5e02e7fa47a09e8df44f2d7 /.rubocop.yml
parent2e83f667ff995c09ac423e1e0e0c3b2c75baeed9 (diff)
specify ruby 2.4 as minimum supported
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 19ffa07..3589339 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -5,7 +5,7 @@ AllCops:
- 'test/**/*'
- 'tmp/**/*'
- 'vendor/**/*'
- TargetRubyVersion: 2.6
+ TargetRubyVersion: 2.4
Layout/AlignParameters:
EnforcedStyle: with_fixed_indentation