Closed sneal closed 10 years ago
No, it won't. If you look closely, you'll see that Butcher depends on "ridley", ">= 1.5.3"
(https://github.com/cassianoleal/vagrant-butcher/blob/master/vagrant-butcher.gemspec#L21), so not a problem there.
Also, by looking at the error message, it's clear that the offending plugin is actually vagrant-berkshelf
, not Butcher. vagrant-berkshelf
is not compatible with Vagrant 1.5 at all, as can be seen on https://github.com/berkshelf/vagrant-berkshelf/issues/156, https://github.com/berkshelf/vagrant-berkshelf/pull/158 and https://github.com/berkshelf/vagrant-berkshelf/pull/159.
You're right about the gem constraint, I somehow read that as '~> 1.5.3'. I got it to work finally. It seems to matter which order you install your Vagrant plugins.
:) Yes, I have seen the plugin install ordering issue before. Glad you got it to work!
Vagrant plugin install fails with a celluloid conflict. I have other plugins installed that use a newer version of celluloid, so I'm not entirely sure if this happens on a clean Vagrant 1.5 install.