aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/leap3
1 files changed, 1 insertions, 2 deletions
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
#