v1.7.5
BUG FIXES:
- Fixed compatibility with Vagrant v1.9.5+.
nokogiri
gem is defined as a plugin runtime dependency. [GH-297], [GH-298]
NB! To use the plugin with Vagrant v1.9.5 you should (re)install it with
NOKOGIRI_USE_SYSTEM_LIBRARIES
enabled:
$ vagrant plugin uninstall vagrant-parallels
$ NOKOGIRI_USE_SYSTEM_LIBRARIES=true vagrant plugin install vagrant-parallels