lib/rubocop/cop/chef/ruby/require_net_https.rb in chefstyle-1.4.5 vs lib/rubocop/cop/chef/ruby/require_net_https.rb in chefstyle-1.5.0

- old
+ new

@@ -17,10 +17,10 @@ # module RuboCop module Cop module Chef - module ChefRuby + module Ruby # net/https is deprecated and just includes net/http and openssl. We should include those directly instead. # # @example # # # bad