From 85088535d822ebbdc84a06389037817b0c690ffd Mon Sep 17 00:00:00 2001 From: Mohamad Abras Date: Sat, 17 Apr 2021 20:52:32 +0300 Subject: [PATCH] make rubocop target Ruby 2.7 (#2671) --- .rubocop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 9dcae9ac..9d14d92c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -3,7 +3,7 @@ AllCops: - 'db/schema.rb' - 'vendor/**/*' DisabledByDefault: false - TargetRubyVersion: 2.5 + TargetRubyVersion: 2.7 NewCops: enable @@ -188,4 +188,4 @@ Lint/EmptyBlock: Enabled: false Style/HashLikeCase: - Enabled: false \ No newline at end of file + Enabled: false