.rubocop.yml in my_api_client-0.4.0 vs .rubocop.yml in my_api_client-0.5.0

- old
+ new

@@ -35,9 +35,10 @@ RSpec/ExampleLength: Max: 10 RSpec/FilePath: Exclude: + - 'spec/lib/my_api_client/integrations/**/*' - 'spec/lib/my_api_client/errors/**/*' - 'spec/lib/my_api_client/rspec/**/*' RSpec/NestedGroups: Max: 4