Hi,

I have 2 recipes included in cookbook.
The second one has chef_gem resource which always called first (
http://docs.opscode.com/resource_chef_gem.html ), but I need to have first
recipe compiled and only after call the second one.

Is there a way to do that without modifying the second recipe ?

Thanks