From 4e858db55c914094cd8b99f7581767d56e67ec70 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 28 Oct 2014 23:43:23 -0700 Subject: pin net-ssh version to 2.7.0. later versions break interactive password authentication in capistrano. boo. --- bin/leap | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/leap') 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' -- cgit v1.2.3