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