From cfdd1f1e5705d2e516b517bf6896d0448c497703 Mon Sep 17 00:00:00 2001 From: Colin Kelley Date: Thu, 5 Nov 2020 20:58:35 -0800 Subject: [PATCH] issue #504: TargetRubyVersion: 2.7 --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 0abfe72f..fdfae766 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -7,7 +7,7 @@ AllCops: # Files you want to exclude AllCops: - TargetRubyVersion: 2.6 + TargetRubyVersion: 2.7 Exclude: - Gemfile - Guardfile