vagrant-lxc-ng/dev/Gemfile
2013-02-25 20:49:33 -03:00

10 lines
214 B
Ruby

unless ENV['USER'] == 'vagrant'
puts 'This Gemfile is meant to be used from the dev box'
exit 1
end
source "https://rubygems.org"
gem 'vagrant', github: 'mitchellh/vagrant'
gem 'vagrant-lxc', path: '../'