vagrant/Gemfile

14 lines
296 B
Ruby
Raw Normal View History

source "http://rubygems.org"
2010-07-30 16:42:44 +00:00
gem "vagrant", :path => '.'
# Use the following gems straight from git, since Vagrant dev
# typically coincides with it
2011-07-04 00:05:26 +00:00
gem "virtualbox", :git => "git://github.com/mitchellh/virtualbox.git"
group :test do
gem "rake"
gem "contest", ">= 0.1.2"
gem "mocha"
end