Skip to content

Commit 4829158

Browse files
author
Karl Sandwich
committed
Lock SSHKit version to fix capistrano load errors
In Capistrano 1.9, SSHKit::DSL needs to be explicitly included: capistrano/sshkit#219
1 parent 1f7f7a2 commit 4829158

File tree

1 file changed

+1
-0
lines changed
  • test/multiverse/suites/capistrano

1 file changed

+1
-0
lines changed

test/multiverse/suites/capistrano/Envfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ suite_condition("Capistrano 3 not supported in 1.8.7 and flaky on JRuby") do
33
end
44

55
boilerplate = <<-BOILERPLATE
6+
gem 'sshkit', '~> 1.8.1'
67
gem 'rack'
78
gem 'net-ssh', '2.9.2' if RUBY_VERSION <= '1.9.3'
89
gem 'i18n', '< 0.7.0' if RUBY_VERSION < '1.9.3'

0 commit comments

Comments
 (0)