.rubocop.yml in bundler-audit-0.9.1 vs .rubocop.yml in bundler-audit-0.9.2

- old
+ new

@@ -82,5 +82,6 @@ Style/EmptyMethod: { Exclude: ['spec/cli/formats_spec.rb'] } # Offense count: 2 Style/ExpandPathArguments: { Enabled: false } # Offense count: 5 Style/FrozenStringLiteralComment: { Enabled: false } # Offense count: 42 Style/MixinUsage: { Exclude: ['spec/spec_helper.rb'] } # Offense count: 1 Layout/LineLength: { Enabled: false } +Style/RedundantParentheses: { Enabled: false }