.rubocop.yml in acumatica-0.6.0 vs .rubocop.yml in acumatica-0.7.0

- old
+ new

@@ -4,17 +4,17 @@ - rubocop-rake - rubocop-rspec AllCops: NewCops: enable - TargetRubyVersion: 2.7 + TargetRubyVersion: 3.0 Metrics/BlockLength: Exclude: - acumatica.gemspec - spec/**/*.rb -Metrics/LineLength: +Layout/LineLength: Max: 100 Metrics/MethodLength: Max: 15