.rubocop.yml in net-ldap-0.15.0 vs .rubocop.yml in net-ldap-0.16.0

- old
+ new

@@ -11,7 +11,10 @@ Enabled: false Style/ParallelAssignment: Enabled: false -Style/TrailingComma: +Style/TrailingCommaInLiteral: + EnforcedStyleForMultiline: comma + +Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma