From 37f4326d3b97cec4439fe6ff35a58a5b86bd7d2d Mon Sep 17 00:00:00 2001 From: Karina Kwiatek Date: Sat, 23 Jul 2022 12:07:07 +0200 Subject: [PATCH] Update Ruby version in Rubocop config Was missed from #554 --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 660a1790..be73721b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -11,7 +11,7 @@ AllCops: - 'bin/**/*' - 'node_modules/**/*' - coverage/**/* - TargetRubyVersion: 2.7 + TargetRubyVersion: 3.1 NewCops: enable Rails: