From e144b972c6a9ade40344aaf044c481d5021990ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Cournoyer?= Date: Thu, 4 Feb 2021 08:22:41 -0500 Subject: [PATCH] Lower Rubocop target version to 2.6 --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 7bfd370f..6cd1983e 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -7,7 +7,7 @@ require: - rubocop-rake AllCops: - TargetRubyVersion: 2.7 + TargetRubyVersion: 2.6 Exclude: - 'vendor/bundle/**/*' - 'packaging/builds/**/*'