Removed "tarruby" dependency
This commit is contained in:
parent
3c42db7dfe
commit
2cdd3f35fc
1
Gemfile
1
Gemfile
|
@ -7,7 +7,6 @@ gem "net-ssh", ">= 2.0.19"
|
||||||
gem "net-scp", ">= 1.0.2"
|
gem "net-scp", ">= 1.0.2"
|
||||||
gem "jashmenn-git-style-binaries", ">= 0.1.10"
|
gem "jashmenn-git-style-binaries", ">= 0.1.10"
|
||||||
gem "json", ">= 1.2.0"
|
gem "json", ">= 1.2.0"
|
||||||
gem "tarruby", ">= 0.1.5"
|
|
||||||
|
|
||||||
# Gems required for testing only. To install run
|
# Gems required for testing only. To install run
|
||||||
# gem bundle test
|
# gem bundle test
|
||||||
|
|
|
@ -4,7 +4,7 @@ PROJECT_ROOT = File.join(libdir, '..') unless defined?(PROJECT_ROOT)
|
||||||
|
|
||||||
# The libs which must be loaded prior to the rest
|
# The libs which must be loaded prior to the rest
|
||||||
%w{ftools json pathname logger virtualbox net/ssh
|
%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
|
require f
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue