.rubocop.yml in jekyll_pre-1.4.1 vs .rubocop.yml in jekyll_pre-1.4.2

- old
+ new

@@ -5,16 +5,18 @@ - rubocop-rake - rubocop-rspec AllCops: Exclude: - - exe/**/* + - binstub/**/* - vendor/**/* - Gemfile* NewCops: enable - TargetRubyVersion: 2.6 Gemspec/DeprecatedAttributeAssignment: + Enabled: false + +Gemspec/RequiredRubyVersion: Enabled: false Gemspec/RequireMFA: Enabled: false