vagrant-lxc-ng/Gemfile
2013-02-25 20:09:32 -03:00

18 lines
284 B
Ruby

source 'https://rubygems.org'
unless ENV['USER'] == 'vagrant'
puts 'This Gemfile is meant to be used from the dev box'
exit 1
end
gemspec
gem 'vagrant', github: 'mitchellh/vagrant'
gem 'rake'
gem 'net-ssh'
gem 'rspec'
gem 'guard'
gem 'guard-rspec'
gem 'rb-inotify'
gem 'log4r'