vaguerent/Gemfile
Mark A. Miller 9680f3f9d4 * Minor comment fix in Gemfile [closes GH-467]
"gem bundle" is a defunct command now that bundler uses "bundle"
2011-08-14 13:35:21 -07:00

14 lines
296 B
Ruby

source "http://rubygems.org"
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"
group :test do
gem "rake"
gem "contest", ">= 0.1.2"
gem "mocha"
end