]> git.openstreetmap.org Git - chef.git/commitdiff
Target ruby 3.0 as that is what chef 17 uses
authorTom Hughes <tom@compton.nu>
Sun, 10 Oct 2021 13:33:48 +0000 (14:33 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 10 Oct 2021 13:33:48 +0000 (14:33 +0100)
.rubocop.yml

index 80bd36dad256c088960a696f3b42a198146448c8..a2d78c8d272bd5e630b657b71c7883ef19d2fe26 100644 (file)
@@ -1,7 +1,7 @@
 inherit_from: .rubocop_todo.yml
 
 AllCops:
-  TargetRubyVersion: 2.7
+  TargetRubyVersion: 3.0
 
 ChefModernize/IncludingAptDefaultRecipe:
   Enabled: false