chef-cft / habitat_workstation

Cookbooks and Packer for generating a Habitat Workstation for use in training workshops.
Apache License 2.0
1 stars 6 forks source link

Rake fails #11

Closed nathenharvey closed 7 years ago

nathenharvey commented 7 years ago

A new dependency has been added, deep_merge.

Without that gem, you get the following error when trying to run any rake tasks:

LoadError: cannot load such file -- deep_merge
/Users/nathenharvey/projects/chef-cft/habitat_workstation/Rakefile:4:in `<top (required)>'
(See full trace by running task with --trace)

We should either add a Gemfile or document this pre-requisite in the README.

cheeseplus commented 7 years ago

Nuked deep_merge cause it wasn't useful and hard to reason about ;)