nsidc / vagrant-vsphere

VMware vSphere provider for Vagrant
Other
608 stars 166 forks source link

Update il8n dependency for Vagrant 2.2.x #273

Closed jarretlavallee closed 5 years ago

jarretlavallee commented 5 years ago

Prior to this commit, the il8n dependency in the gemspec was limited to 0.8.0. In Vagrant 2.2.1 the il8n dependency was updated to 1.1.1, which made this plugin incompatible with new versions of vagrant. This commit increases the il8n dependency to include 1.1.1.

https://github.com/hashicorp/vagrant/commit/d179e5e117a8a589109d316dec9eda73d88bcea4

jarretlavallee commented 5 years ago

This addresses https://github.com/nsidc/vagrant-vsphere/issues/271

jkugler commented 5 years ago

Awesome to see a fix in the pipeline! Do you have an ETA on release?

ghost commented 5 years ago

Thanks! For good measure, I tested installing this with Vagrant 2.2.2, 2.2.1, 2.2.0, 2.1.5, 2.0.4, and 1.9.8, worked fine with all of them. Will get a new release up ASAP.