.rubocop.yml in github-authentication-1.0.2 vs .rubocop.yml in github-authentication-1.1.0

- old
+ new

@@ -1,11 +1,11 @@ inherit_gem: rubocop-shopify: rubocop.yml AllCops: - TargetRubyVersion: 2.6 - CacheRootDirectory: tmp/rubocop + TargetRubyVersion: 2.7 + CacheRootDirectory: tmp/rubocop-cache UseCache: true Style/MethodCallWithArgsParentheses: IgnoredMethods: - require @@ -16,9 +16,11 @@ - refute_equal - assert_nil - refute_nil - assert_kind_of - refute_kind_of + - assert_predicate + - refute_predicate Naming/FileName: Exclude: - lib/github-authentication.rb