capistrano-cul.gemspec in capistrano-cul-0.0.17 vs capistrano-cul.gemspec in capistrano-cul-0.0.18

- old
+ new

@@ -18,8 +18,9 @@ spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_dependency 'capistrano', '~> 3.1' + spec.add_dependency 'capistrano-git-with-submodules', '~> 2.0' spec.add_development_dependency "bundler", "~> 1.15" end