.rubocop.yml in magicka-0.6.0 vs .rubocop.yml in magicka-1.0.0

- old
+ new

@@ -1,9 +1,9 @@ require: rubocop-rspec inherit_from: .rubocop_todo.yml AllCops: - TargetRubyVersion: 2.5 + TargetRubyVersion: 2.7 Metrics/BlockLength: Exclude: - 'spec/**/*_spec.rb' - 'spec/support/**/*.rb'