aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--leap_cli.gemspec4
1 files changed, 4 insertions, 0 deletions
diff --git a/leap_cli.gemspec b/leap_cli.gemspec
index b9e1c29..5aabd72 100644
--- a/leap_cli.gemspec
+++ b/leap_cli.gemspec
@@ -70,6 +70,10 @@ spec = Gem::Specification.new do |s|
s.add_runtime_dependency('ya2yaml') # pure ruby yaml, so we can better control output. see https://github.com/afunai/ya2yaml
s.add_runtime_dependency('json_pure') # pure ruby json, so we can better control output.
+ # vagrant
+ s.add_runtime_dependency('vagrant', '>= 1.0.5')
+ s.add_runtime_dependency('sahara')
+
##
## DEPENDENCIES for VENDORED GEMS
##