]> git.openstreetmap.org Git - rails.git/commitdiff
Target ruby 2.7 for rubocop checks
authorTom Hughes <tom@compton.nu>
Sun, 2 Aug 2020 11:15:09 +0000 (12:15 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 2 Aug 2020 11:15:09 +0000 (12:15 +0100)
.rubocop.yml

index d9fcce7c67a9abe93226b4f6df91b67c799533fa..334c8112b498c45d58694fab7757cefcc6a003f1 100644 (file)
@@ -6,7 +6,7 @@ require:
   - rubocop-rails
 
 AllCops:
-  TargetRubyVersion: 2.5
+  TargetRubyVersion: 2.7
   NewCops: enable
   Exclude:
     - 'vendor/**/*'