]> gitweb.fluxo.info Git - leap/leap_cli.git/commitdiff
remove vagrant as gem dependency
authorelijah <elijah@riseup.net>
Mon, 11 Feb 2013 08:00:06 +0000 (00:00 -0800)
committerelijah <elijah@riseup.net>
Mon, 11 Feb 2013 08:00:06 +0000 (00:00 -0800)
leap_cli.gemspec

index 5aabd7287077032d046e5cfca6ae0b0dca0580fa..b9e1c296062ec3eb0e9d7a7c26be589237b47fd6 100644 (file)
@@ -70,10 +70,6 @@ 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
   ##