class RuboCop::Cop::Chef::Deprecations::DependsOnOmnibusUpdaterCookbook

Don’t depend on the EOL ‘omnibus_updater` cookbook. This cookbook no longer works with newer Chef Infra Client releases and has been replaced with the more reliable `chef_client_updater` cookbook.

@example

### incorrect
depends 'omnibus_updater'

### correct
depends 'chef_client_updater'