summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMatt Whiteley <mwhiteley@fastly.com>2017-09-06 09:38:34 -0700
committerMatt Whiteley <mwhiteley@fastly.com>2017-09-06 13:05:58 -0700
commit5711bdff067711b03d5fa385b558e7782275364b (patch)
tree171f7600a4b5d3007ec73a5625bf5f0cb7da566b /Gemfile
parent283d9877cb82722c9cb5d59d6c6975925d5370f7 (diff)
downloadmixlib-authentication-5711bdff067711b03d5fa385b558e7782275364b.tar.gz
make net-ssh optional
Signed-off-by: Matt Whiteley <mwhiteley@fastly.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 25103b0..7c45e79 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,4 +4,5 @@ gemspec
group(:development) do
gem "pry"
gem "mixlib-log"
+ gem "net-ssh"
end