From 735d061fbe479b2bc8269ba0c130e32af46bec01 Mon Sep 17 00:00:00 2001 From: Marius BALTEANU Date: Fri, 2 Apr 2021 23:46:58 +0300 Subject: [PATCH] Update TargetRailsVersion to 6.1 --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index bf266b350..ac9416c8b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -2,7 +2,7 @@ inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.5 - TargetRailsVersion: 5.2 + TargetRailsVersion: 6.1 NewCops: enable -- 2.22.0