Created
July 26, 2013 01:11
-
-
Save sneal/6085244 to your computer and use it in GitHub Desktop.
Load vagrant-vmware-fusion plugin for vagrant plugin development
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source "https://rubygems.org" | |
source "http://gems.hashicorp.com" | |
gemspec | |
group :development do | |
gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git", :tag => 'v1.2.2' | |
gem "vagrant-vmware-fusion", ">= 0.8.2" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment