vagrant/Gemfile

22 lines
512 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
gem "virtualbox", :git => "git://github.com/mitchellh/virtualbox.git", :ref => "038729cd89a15111106404726b75a1d463edc892"
# Gems required for testing only. To install run
# gem bundle test
group :test do
gem "rake"
gem "contest", ">= 0.1.2"
gem "mocha"
2010-09-22 15:43:30 +00:00
# For documentation
2011-01-30 04:17:40 +00:00
platforms :ruby do
gem "yard", "~> 0.6.1"
gem "bluecloth"
end
end