aboutsummaryrefslogtreecommitdiff
path: root/bin/leap
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-10-28 23:43:23 -0700
committerelijah <elijah@riseup.net>2014-10-28 23:43:23 -0700
commit4e858db55c914094cd8b99f7581767d56e67ec70 (patch)
tree19dca714b4aa393a8cccf847513bf35adce36098 /bin/leap
parentead1110d69470c191447e4420b3751a035357b06 (diff)
downloadleap_cli-4e858db55c914094cd8b99f7581767d56e67ec70.tar.gz
leap_cli-4e858db55c914094cd8b99f7581767d56e67ec70.tar.bz2
pin net-ssh version to 2.7.0. later versions break interactive password authentication in capistrano. boo.
Diffstat (limited to 'bin/leap')
-rwxr-xr-xbin/leap1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/leap b/bin/leap
index c492127..6067164 100755
--- a/bin/leap
+++ b/bin/leap
@@ -18,7 +18,6 @@ rescue LoadError
# This allows you to run the command directly while developing the gem, and also lets you
# run from anywhere (I like to link 'bin/leap' to /usr/local/bin/leap).
#
- require 'rubygems'
base_dir = File.expand_path('..', File.dirname(File.symlink?(__FILE__) ? File.readlink(__FILE__) : __FILE__))
require File.join(base_dir, 'lib','leap_cli','load_paths')
require 'leap_cli'