class RuboCop::Cop::Chef::Deprecations::DependsOnChefNginxCookbook

Don’t depend on the deprecated ‘chef_nginx` cookbook that was replaced by the `nginx` cookbook. The legacy chef_nginx cookbook may not be compatible with newer Chef Infra Client releases.

@example

### incorrect
depends 'chef_nginx'

### correct
depends 'nginx'