Cleanup the Gemfile

This commit is contained in:
Carl Lerche 2010-07-30 09:42:44 -07:00 committed by Mitchell Hashimoto
parent b48b0cb299
commit c446ea1d95
1 changed files with 3 additions and 6 deletions

View File

@ -1,12 +1,9 @@
source "http://rubygems.org"
# Gems required for the lib to even run
gem "vagrant", :path => '.'
# Use the version of virtualbox off of github
gem "virtualbox", :git => "git://github.com/mitchellh/virtualbox.git"
gem "net-ssh", ">= 2.0.19"
gem "net-scp", ">= 1.0.2"
gem "json", ">= 1.2.4"
gem "archive-tar-minitar", "= 0.5.2"
gem "mario", "~> 0.0.6"
# Gems required for testing only. To install run
# gem bundle test