From: Tom Hughes Date: Fri, 18 Sep 2020 07:26:28 +0000 (+0100) Subject: Target ruby 2.7 as that is what chef 16 uses X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/9a419c479230792efda72004042df8dd45151cc3 Target ruby 2.7 as that is what chef 16 uses --- 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