vagrant/Gemfile

17 lines
386 B
Ruby
Raw Normal View History

source "http://rubygems.org"
2010-07-30 16:42:44 +00:00
gem "vagrant", :path => '.'
# Use the version of virtualbox off of github
gem "virtualbox", :git => "git://github.com/mitchellh/virtualbox.git"
# Gems required for testing only. To install run
# gem bundle test
group :test do
gem "rake"
gem "contest", ">= 0.1.2"
gem "mocha"
gem "yard"
2010-01-22 05:36:34 +00:00
gem "ruby-debug", ">= 0.10.3" if RUBY_VERSION < '1.9'
end