]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop.yml
Target ruby 2.7 as that is what chef 16 uses
[chef.git] / .rubocop.yml
index 044181e0d2849a845d320aacf0ae2fc9146e384e..80bd36dad256c088960a696f3b42a198146448c8 100644 (file)
@@ -1,7 +1,7 @@
 inherit_from: .rubocop_todo.yml
 
 AllCops:
-  TargetRubyVersion: 2.6
+  TargetRubyVersion: 2.7
 
 ChefModernize/IncludingAptDefaultRecipe:
   Enabled: false