berkshelf / ridley

A reliable Chef API client with a clean syntax
Other
231 stars 85 forks source link

Allow Hashie 3.x as well as 2.x #318

Closed danielsdeleo closed 8 years ago

danielsdeleo commented 8 years ago

I'm seeing an issue where ChefSpec can blow up on a conflict over the hashie version, because ChefSpec will bring in Chef and Chef Zero via its gemspec, but there's no explicit dep on Berks. Eventually we need to provide some way to run ChefSpec with dependencies locked down, but this will fix the short-term issue for us.

cc @reset

danielsdeleo commented 8 years ago

This fixes https://github.com/reset/ridley/issues/306 also

reset commented 8 years ago

@danielsdeleo perfect!