2013-02-25 23:49:33 +00:00
|
|
|
unless ENV['USER'] == 'vagrant'
|
|
|
|
puts 'This Gemfile is meant to be used from the dev box'
|
|
|
|
exit 1
|
|
|
|
end
|
|
|
|
|
2013-02-25 23:14:10 +00:00
|
|
|
source "https://rubygems.org"
|
|
|
|
|
|
|
|
gem 'vagrant', github: 'mitchellh/vagrant'
|
|
|
|
gem 'vagrant-lxc', path: '../'
|