vagrant-hostmanager/Gemfile

10 lines
174 B
Ruby

source 'https://rubygems.org'
group :development do
gem 'vagrant', :git => 'git://github.com/mitchellh/vagrant.git', :tag => 'v1.6.2'
end
group :plugins do
gemspec
end