From 6ba0ea782a42e9d0e3088890c59c4c528ce56804 Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Mon, 9 Jul 2018 21:49:58 +0200 Subject: [PATCH] Fix ruby version --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 8f9d7e0..c6c409b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -2,7 +2,7 @@ Rails: Enabled: true AllCops: - TargetRubyVersion: 2.1 + TargetRubyVersion: 2.2 TargetRailsVersion: 4.2 Metrics/AbcSize: