Skip to content

Instantly share code, notes, and snippets.

@sneal
Created July 26, 2013 01:11
Show Gist options
  • Save sneal/6085244 to your computer and use it in GitHub Desktop.
Save sneal/6085244 to your computer and use it in GitHub Desktop.
Load vagrant-vmware-fusion plugin for vagrant plugin development
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