.rubocop.yml in api-auth-2.4.0 vs .rubocop.yml in api-auth-2.4.1

- old
+ new

@@ -6,10 +6,10 @@ Metrics/AbcSize: Max: 25 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https -Metrics/LineLength: +Layout/LineLength: Max: 140 Metrics/MethodLength: Max: 40