From: Tom Hughes Date: Wed, 19 Feb 2020 21:40:21 +0000 (+0000) Subject: Tell cookstyle to target ruby 2.5 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/7d1069eceaa7f33ca4135ae3df82c1badfd51f27 Tell cookstyle to target ruby 2.5 --- 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