lib/chef-cli/policyfile_compiler.rb in chef-cli-3.0.31 vs lib/chef-cli/policyfile_compiler.rb in chef-cli-3.0.32

- old
+ new

@@ -13,10 +13,10 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # -require "set" unless defined?(Set) +autoload :Set, "set" require "forwardable" unless defined?(Forwardable) require "solve" require "chef/run_list" require "chef/mixin/deep_merge"