From d385da49ef6c17c64cf8be66002f5744c1ee38f7 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 23 Oct 2012 03:50:52 -0700 Subject: patched supply_drop gem and vendored it --- bin/leap | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/leap b/bin/leap index 171bbb0..0f55e5b 100755 --- a/bin/leap +++ b/bin/leap @@ -18,6 +18,7 @@ rescue LoadError $LOAD_PATH.unshift lib_dir unless $LOAD_PATH.include?(lib_dir) require 'rubygems' require 'leap_cli' + require 'bundler/setup' # force evaluation of "Gemfile" end require 'gli' @@ -37,8 +38,6 @@ module LeapCli::Commands extend Forwardable extend Terminal::Table::TableHelper - ENV['GLI_DEBUG'] = "true" - # # delegate highline methods to make them available to sub-commands # -- cgit v1.2.3