aboutsummaryrefslogtreecommitdiff
path: root/leap_cli.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'leap_cli.gemspec')
-rw-r--r--leap_cli.gemspec8
1 files changed, 6 insertions, 2 deletions
diff --git a/leap_cli.gemspec b/leap_cli.gemspec
index 9bc5232..8b9c9c5 100644
--- a/leap_cli.gemspec
+++ b/leap_cli.gemspec
@@ -44,8 +44,12 @@ spec = Gem::Specification.new do |s|
s.add_runtime_dependency('terminal-table')
s.add_runtime_dependency('highline')
- # other gems
- s.add_runtime_dependency('net-ssh') # used for setting up ssh keys (but also required by other gems we use)
+ # network gems
+ s.add_runtime_dependency('net-ssh')
+ s.add_runtime_dependency('capistrano')
+ #s.add_runtime_dependency('supply_drop')
+
+ # misc gems
s.add_runtime_dependency('json_pure') # we use this json library for output so we can keep the keys sorted.
s.add_runtime_dependency('gpgme') # not essential, but used for some minor stuff in adding sysadmins