.rubocop.yml in url_canonicalize-0.1.12 vs .rubocop.yml in url_canonicalize-0.1.13

- old
+ new

@@ -2,9 +2,12 @@ AllCops: Exclude: - '*.gemspec' - 'spec/**/*' +Performance/RegexpMatch: + Enabled: false # match? is only available in Ruby 2.4+ + Style/TrailingCommaInArguments: EnforcedStyleForMultiline: no_comma Enabled: true StringLiterals: