summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authormokha <mokha@cisco.com>2019-04-30 10:16:43 -0600
committermokha <mokha@cisco.com>2019-04-30 10:16:43 -0600
commitbe213e23ff4921f496af77382e4e366b7b7d8428 (patch)
treee4fa2cae8198bd76f1a61f80a1a188b48c59277e /.rubocop.yml
parent7944ed7cde2122bcd73720d2f8cfe674c0bf25df (diff)
use bundler 2.0
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 6c24a0d..19ffa07 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -5,7 +5,7 @@ AllCops:
- 'test/**/*'
- 'tmp/**/*'
- 'vendor/**/*'
- TargetRubyVersion: 2.5
+ TargetRubyVersion: 2.6
Layout/AlignParameters:
EnforcedStyle: with_fixed_indentation