.rubocop.yml in my_api_client-0.24.0 vs .rubocop.yml in my_api_client-0.25.0

- old
+ new

@@ -1,16 +1,20 @@ require: - rubocop-performance + - rubocop-rake - rubocop-rspec inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.7 NewCops: enable Exclude: - rails_app/**/* - vendor/bundle/**/* + +Gemspec/DevelopmentDependencies: + Enabled: false Layout/LineLength: Max: 100 Exclude: - my_api/config/application.rb