.rubocop.yml in ezclient-1.5.1 vs .rubocop.yml in ezclient-1.6.0

- old
+ new

@@ -1,17 +1,21 @@ +require: rubocop-rake + inherit_gem: rubocop-config-umbrellio: lib/rubocop.yml AllCops: DisplayCopNames: true - TargetRubyVersion: 2.5 + TargetRubyVersion: 2.7 Include: - bin/console - Gemfile - ezclient.gemspec - Rakefile - lib/**/* - spec/**/* - gemfile/**/* Exclude: - vendor/**/* - - gemfiles/**/* + +RSpec/Rails/HaveHttpStatus: + Enabled: false