]> git.openstreetmap.org Git - chef.git/commitdiff
Target ruby 3.1 to match chef 18
authorTom Hughes <tom@compton.nu>
Tue, 8 Nov 2022 20:26:01 +0000 (20:26 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 8 Nov 2022 20:26:01 +0000 (20:26 +0000)
.rubocop.yml

index 75bc2d9d8472675959475261618e83c012736bcf..c4b812d920a1cb17d54f9bf64eecb74863d9d4ed 100644 (file)
@@ -1,7 +1,7 @@
 inherit_from: .rubocop_todo.yml
 
 AllCops:
-  TargetRubyVersion: 3.0
+  TargetRubyVersion: 3.1
 
 ChefModernize/IncludingAptDefaultRecipe:
   Enabled: false