Skip to content

Commit

Permalink
Update Vagrant version dependency.
Browse files Browse the repository at this point in the history
A number of folks running older versions of vagrant experienced issues
getting nokogiri installed due to a bug that was fixed in vagrant
version 1.7.2: hashicorp/vagrant#3769

We shouldn't support older versions of Vagrant due to these issues.
  • Loading branch information
lukewertz committed Jun 23, 2015
1 parent d232c4e commit 343ebe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

------------
* [virtualBox](https://www.virtualbox.org/wiki/Downloads) >= 4.3.x
* [vagrant](http://downloads.vagrantup.com/) >= 1.6.x
* [vagrant](http://downloads.vagrantup.com/) >= 1.7.2
* [vagrant-hostmanager](https://github.com/smdahlen/vagrant-hostmanager)
* Install with: `vagrant plugin install vagrant-hostmanager`

Expand Down

0 comments on commit 343ebe5

Please sign in to comment.