From 3c7b77b980aea237895c6097dc51ff20e1405f18 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sat, 15 Jan 2022 17:19:49 +0100 Subject: [PATCH] Apply review suggestion from @nilsding Co-authored-by: Karina Kwiatek <6197148+raccube@users.noreply.github.com> --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 02a569c6..d7d45d86 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -2,7 +2,7 @@ require: - rt_rubocop_defaults - rubocop-rails AllCops: - TargetRubyVersion: 2.5 + TargetRubyVersion: 2.7 Exclude: - 'config/**/*' - 'vendor/**/*'