From 2cdd3f35fc56fe51522fb5b94933e087c40fa06a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 15 Feb 2010 15:27:47 -0800 Subject: [PATCH] Removed "tarruby" dependency --- Gemfile | 1 - lib/vagrant.rb | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 36fc07e2a..0a0bf59de 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/lib/vagrant.rb b/lib/vagrant.rb index a1b1664ff..4e55e3d9d 100644 --- a/lib/vagrant.rb +++ b/lib/vagrant.rb @@ -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