From 1fea2a6ca3dfb77a7b0e278c019d173ed135d580 Mon Sep 17 00:00:00 2001 From: Robert Clark Date: Fri, 23 Apr 2021 09:44:41 -0400 Subject: [PATCH] Target the earliest ruby version we support (2.5) with Rubocop Signed-off-by: Robert Clark --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 45dee70..39f236c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -3,7 +3,7 @@ inherit_from: .rubocop_todo.yml AllCops: NewCops: enable - TargetRubyVersion: 2.4 + TargetRubyVersion: 2.5 Exclude: - Gemfile - Rakefile