vagrant-lxc-ng/Gemfile

16 lines
275 B
Ruby
Raw Normal View History

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