From 7d1069eceaa7f33ca4135ae3df82c1badfd51f27 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 19 Feb 2020 21:40:21 +0000 Subject: [PATCH] Tell cookstyle to target ruby 2.5 --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 12d060a1b..5d25f84c3 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,7 +1,7 @@ inherit_from: .rubocop_todo.yml AllCops: - TargetRubyVersion: 2.3 + TargetRubyVersion: 2.5 ChefModernize/IncludingAptDefaultRecipe: Enabled: false -- 2.43.2