class RuboCop::Cop::Chef::Modernize::DependsOnOpensslCookbook

Don’t depend on the ‘openssl` cookbook which was made obsolete by Chef Infra Client 14.4. All `openssl_*` resources are now included directly in Chef Infra Client.

@example

### incorrect
depends 'openssl'