From 9a419c479230792efda72004042df8dd45151cc3 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 18 Sep 2020 08:26:28 +0100 Subject: [PATCH] Target ruby 2.7 as that is what chef 16 uses --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 044181e0d..80bd36dad 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,7 +1,7 @@ inherit_from: .rubocop_todo.yml AllCops: - TargetRubyVersion: 2.6 + TargetRubyVersion: 2.7 ChefModernize/IncludingAptDefaultRecipe: Enabled: false -- 2.39.5