Skip to content

v1.7.5

Compare
Choose a tag to compare
@legal90 legal90 released this 27 May 15:22
· 225 commits to master since this release
1bedb51

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