.rubocop.yml in git_topic-0.2.4 vs .rubocop.yml in git_topic-0.2.5

- old
+ new

@@ -1,8 +1,13 @@ require: rubocop-rspec AllCops: + TargetRubyVersion: 2.3 Exclude: - 'vendor/**/*' - 'bin/**/*' RSpec: Patterns: - '.+' + +Metrics/BlockLength: + Exclude: + - 'spec/**/*'