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

- old
+ new

@@ -3,11 +3,11 @@ inherit_gem: rubocop-config-umbrellio: lib/rubocop.yml AllCops: DisplayCopNames: true - TargetRubyVersion: 2.7 + TargetRubyVersion: 3.0 Include: - bin/console - Gemfile - ezclient.gemspec - Rakefile @@ -16,6 +16,9 @@ - gemfile/**/* Exclude: - vendor/**/* RSpec/Rails/HaveHttpStatus: + Enabled: false + +RSpec/SpecFilePathFormat: Enabled: false