.rubocop.yml in rubocop-faker-1.0.0 vs .rubocop.yml in rubocop-faker-1.1.0

- old
+ new

@@ -5,10 +5,11 @@ require: - rubocop/cop/internal_affairs - rubocop-performance AllCops: - TargetRubyVersion: 2.3 + NewCops: enable + TargetRubyVersion: 2.4 Naming/PredicateName: # Method define macros for dynamically generated method. MethodDefinitionMacros: - define_method