.rubocop.yml in cinnamon_serial-2.1.0 vs .rubocop.yml in cinnamon_serial-2.1.1

- old
+ new

@@ -3,5 +3,11 @@ Metrics/LineLength: Max: 100 Metrics/MethodLength: Max: 20 + +Metrics/BlockLength: + ExcludedMethods: ['it', 'describe', 'context', 'let', 'specify'] + +AllCops: + TargetRubyVersion: 2.3