From 12e91a74410574ed82978c73e03fc013e4e09558 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Sun, 22 Dec 2019 16:04:33 +1300 Subject: [PATCH] Specify rails 5.2 in rubocop config --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 2c360bcb9..7eca13fed 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,7 +4,7 @@ AllCops: Exclude: - 'db/schema.rb' - 'vendor/**/*' - TargetRailsVersion: 5.0 + TargetRailsVersion: 5.2 Rails: Enabled: true