Cleanup the Gemfile
This commit is contained in:
parent
b48b0cb299
commit
c446ea1d95
9
Gemfile
9
Gemfile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue