From: Tom Hughes Date: Sun, 10 Oct 2021 13:33:48 +0000 (+0100) Subject: Target ruby 3.0 as that is what chef 17 uses X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/63ba33d78eadd69c980b6ad55df5e9fbdc490be6?ds=sidebyside Target ruby 3.0 as that is what chef 17 uses --- diff --git a/.rubocop.yml b/.rubocop.yml index 80bd36dad..a2d78c8d2 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,7 +1,7 @@ inherit_from: .rubocop_todo.yml AllCops: - TargetRubyVersion: 2.7 + TargetRubyVersion: 3.0 ChefModernize/IncludingAptDefaultRecipe: Enabled: false