vagrant-cachier-ng/Gemfile

14 lines
302 B
Ruby
Raw Normal View History

source 'https://rubygems.org'
group :development do
2015-01-15 01:02:15 +00:00
gem 'vagrant', github: 'mitchellh/vagrant', tag: 'v1.7.2'
2014-04-07 00:28:27 +00:00
gem 'rake'
end
group :plugins do
gemspec
2014-07-20 22:25:55 +00:00
gem 'vagrant-lxc', github: 'fgrehm/vagrant-lxc'
gem 'vagrant-pristine', github: 'fgrehm/vagrant-pristine'
2013-08-03 16:18:14 +00:00
gem 'vagrant-omnibus'
end