.rubocop.yml in crawler_detect-1.2.3 vs .rubocop.yml in crawler_detect-1.2.4

- old
+ new

@@ -3,10 +3,11 @@ - lib/rubocop.general.yml - lib/rubocop.rake.yml - lib/rubocop.rspec.yml AllCops: - TargetRubyVersion: 2.7.1 + TargetRubyVersion: 2.5 + NewCops: enable Include: - lib/**/*.rb - spec/**/*.rb - Gemfile - Rakefile