summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2020-04-16 00:24:11 +0200
committerJakub Jirutka <jakub@jirutka.cz>2020-04-16 00:24:11 +0200
commit0df23cb5ebc5506710f163d7081b4b96b5554d3c (patch)
treec483f62edf60777d730fc4481ed94e9dfca9307b
parent87c50db2b21474cc8c9e7cccfa6a6d814f21a1ae (diff)
Rubocop: Bump TargetRubyVersion for specs to 2.4
-rw-r--r--spec/.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/.rubocop.yml b/spec/.rubocop.yml
index 752f917..e686c20 100644
--- a/spec/.rubocop.yml
+++ b/spec/.rubocop.yml
@@ -1,5 +1,8 @@
inherit_from: ../.rubocop.yml
+AllCops:
+ TargetRubyVersion: 2.4
+
Layout/ClosingParenthesisIndentation:
Enabled: false