lib/rubocop/cop/chef/modernize/chef_gem_nokogiri.rb in cookstyle-7.7.2 vs lib/rubocop/cop/chef/modernize/chef_gem_nokogiri.rb in cookstyle-7.8.0
- old
+ new
@@ -22,10 +22,10 @@
module Modernize
# The nokogiri gem ships in Chef Infra Client 12+ and does not need to be installed before being used
#
# @example
#
- # # bad
+ # #### incorrect
# chef_gem 'nokogiri'
#
class ChefGemNokogiri < Base
extend AutoCorrector
include RangeHelp