Update Ruby version in Rubocop config

Was missed from #554
This commit is contained in:
Karina Kwiatek 2022-07-23 12:07:07 +02:00
parent 2dac4c09ed
commit 37f4326d3b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ AllCops:
- 'bin/**/*'
- 'node_modules/**/*'
- coverage/**/*
TargetRubyVersion: 2.7
TargetRubyVersion: 3.1
NewCops: enable
Rails: