class RuboCop::Cop::Chef::Deprecations::IncludingXMLRubyRecipe

Do not include the deprecated xml::ruby recipe to install the nokogiri gem. Chef Infra Client 12 and later ships with nokogiri included.

@example

### incorrect
include_recipe 'xml::ruby'