From: Tom Hughes Date: Sun, 2 Aug 2020 11:15:09 +0000 (+0100) Subject: Target ruby 2.7 for rubocop checks X-Git-Tag: live~3039 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/0dd03daf349242fb487e6844dcdc7842fbb436bd?ds=inline;hp=--cc Target ruby 2.7 for rubocop checks --- 0dd03daf349242fb487e6844dcdc7842fbb436bd diff --git a/.rubocop.yml b/.rubocop.yml index d9fcce7c6..334c8112b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -6,7 +6,7 @@ require: - rubocop-rails AllCops: - TargetRubyVersion: 2.5 + TargetRubyVersion: 2.7 NewCops: enable Exclude: - 'vendor/**/*'