Removed "tarruby" dependency

This commit is contained in:
Mitchell Hashimoto 2010-02-15 15:27:47 -08:00
parent 3c42db7dfe
commit 2cdd3f35fc
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ gem "net-ssh", ">= 2.0.19"
gem "net-scp", ">= 1.0.2"
gem "jashmenn-git-style-binaries", ">= 0.1.10"
gem "json", ">= 1.2.0"
gem "tarruby", ">= 0.1.5"
# Gems required for testing only. To install run
# gem bundle test

View File

@ -4,7 +4,7 @@ PROJECT_ROOT = File.join(libdir, '..') unless defined?(PROJECT_ROOT)
# The libs which must be loaded prior to the rest
%w{ftools json pathname logger virtualbox net/ssh
net/scp tarruby fileutils vagrant/util vagrant/actions/base}.each do |f|
net/scp fileutils vagrant/util vagrant/actions/base}.each do |f|
require f
end