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~2920 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/0dd03daf349242fb487e6844dcdc7842fbb436bd?hp=40092bdd0e7ed55ca7408ffc9cbeeea7f003e44c Target ruby 2.7 for rubocop checks --- 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/**/*'