From: Tom Hughes Date: Tue, 8 Nov 2022 20:26:01 +0000 (+0000) Subject: Target ruby 3.1 to match chef 18 X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/35184d77a1a09c3028dbe1cbaf6e20fd2be69859?hp=f1c59f1e3eb32e69530844d402d83f857001daf0 Target ruby 3.1 to match chef 18 --- diff --git a/.rubocop.yml b/.rubocop.yml index 75bc2d9d8..c4b812d92 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,7 +1,7 @@ inherit_from: .rubocop_todo.yml AllCops: - TargetRubyVersion: 3.0 + TargetRubyVersion: 3.1 ChefModernize/IncludingAptDefaultRecipe: Enabled: false