.rubocop.yml in docx-builder-0.5.0 vs .rubocop.yml in docx-builder-0.6.0

- old
+ new

@@ -10,9 +10,12 @@ Metrics/BlockLength: CountAsOne: ['array', 'hash'] CountComments: false Max: 50 +Metrics/CyclomaticComplexity: + Max: 10 + Metrics/MethodLength: CountAsOne: ['array', 'hash'] CountComments: false Max: 10