Skip to content

Commit

Permalink
Remove sshkit runtime dependency declaration
Browse files Browse the repository at this point in the history
Capistrano gem depends on sshkit itself.
  • Loading branch information
Tensho committed Oct 17, 2018
1 parent 626e6db commit e6fe042
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion capistrano-bundler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'capistrano', '~> 3.1'
spec.add_dependency 'sshkit', '~> 1.2'

spec.add_development_dependency 'bundler', '~> 1.3'
spec.add_development_dependency 'danger'
Expand Down

0 comments on commit e6fe042

Please sign in to comment.