]> gitweb.fluxo.info Git - leap/leap_cli.git/commitdiff
add vagrant requirement to to gemspec
authorelijah <elijah@riseup.net>
Sat, 9 Feb 2013 03:24:21 +0000 (19:24 -0800)
committerelijah <elijah@riseup.net>
Sat, 9 Feb 2013 03:24:21 +0000 (19:24 -0800)
leap_cli.gemspec

index b9e1c296062ec3eb0e9d7a7c26be589237b47fd6..5aabd7287077032d046e5cfca6ae0b0dca0580fa 100644 (file)
@@ -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
   ##