source 'https://rubygems.org'

gemspec

group :development do
  gem 'vagrant', :git => 'https://github.com/mitchellh/vagrant.git', tag: 'v1.8.4'
end

group :plugins do
  gem 'vagrant-bhyve', path: '.'
  #gem 'vagrant-sshfs', '1.1.0'
  #gem 'vagrant-mutate', :git => 'https://github.com/swills/vagrant-mutate'
end
