2010-06-07 02:51:53 +00:00
|
|
|
source "http://rubygems.org"
|
2010-02-06 07:41:22 +00:00
|
|
|
|
2010-07-30 16:42:44 +00:00
|
|
|
gem "vagrant", :path => '.'
|
|
|
|
|
2010-08-24 04:22:25 +00:00
|
|
|
# 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"
|
2010-01-22 03:09:18 +00:00
|
|
|
|
|
|
|
# Gems required for testing only. To install run
|
|
|
|
# gem bundle test
|
2010-02-06 07:41:22 +00:00
|
|
|
group :test do
|
2010-07-18 08:13:50 +00:00
|
|
|
gem "rake"
|
2010-01-22 03:09:18 +00:00
|
|
|
gem "contest", ">= 0.1.2"
|
2010-01-22 07:57:31 +00:00
|
|
|
gem "mocha"
|
2010-02-19 08:54:49 +00:00
|
|
|
end
|