.rubocop.yml in simple_command_dispatcher-2.0.0 vs .rubocop.yml in simple_command_dispatcher-2.0.1

- old
+ new

@@ -11,10 +11,10 @@ require: - rubocop-performance - rubocop-rspec AllCops: - TargetRubyVersion: 2.6.3 + TargetRubyVersion: 2.7.0 NewCops: enable Exclude: - '.git/**/*' - '.idea/**/*' - 'init/*'