Thanks for the plugin. I am using MacOSX Yosemite and cannot get the vagrant-triggers plugin to install. I am using Boot2Docker, of course.
I have installed nokogiri successfully on the Mac but when I try to install the plugin it gives me an error suggesting it is not installed:
An error occurred while installing nokogiri (1.6.6.2), and Bundler cannot continue.
Make sure that gem install nokogiri -v '1.6.6.2' succeeds before bundling.
Issues with nokogiri usually come from vagrant core, actually vagrant-triggers does not depend on that library. Try to uninstall/reinstall vagrant, see also #10 :wink:
Hi,
Thanks for the plugin. I am using MacOSX Yosemite and cannot get the vagrant-triggers plugin to install. I am using Boot2Docker, of course.
I have installed nokogiri successfully on the Mac but when I try to install the plugin it gives me an error suggesting it is not installed:
An error occurred while installing nokogiri (1.6.6.2), and Bundler cannot continue. Make sure that
gem install nokogiri -v '1.6.6.2'
succeeds before bundling.As mentioned, it is installed $ nokogiri -v
Nokogiri (1.6.6.2)
Will this plugin work with boot2docker?
What do I need to do?
Thanks in advance for any suggestions.
Cheers, Ashley.
PS I was thinking it needs to be installed in the VM, but gem isn't even installed on the VM so I could not just install nokogiri.