]> git.openstreetmap.org Git - chef.git/commitdiff
Target ruby 2.7 as that is what chef 16 uses
authorTom Hughes <tom@compton.nu>
Fri, 18 Sep 2020 07:26:28 +0000 (08:26 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 18 Sep 2020 07:26:28 +0000 (08:26 +0100)
.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