From b08d4aae1069e97b8c94ade1b455f8e38c27d52d Mon Sep 17 00:00:00 2001 From: Marc Anguera Insa Date: Tue, 8 Oct 2024 11:10:57 +0200 Subject: [PATCH] [linter] target Ruby 2.7 --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 7370611..2e5b26d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -2,7 +2,7 @@ require: - rubocop-performance AllCops: - TargetRubyVersion: 2.5 + TargetRubyVersion: 2.7 Include: - '**/*.rb' Exclude: