We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7f7a2 commit 4829158Copy full SHA for 4829158
test/multiverse/suites/capistrano/Envfile
@@ -3,6 +3,7 @@ suite_condition("Capistrano 3 not supported in 1.8.7 and flaky on JRuby") do
3
end
4
5
boilerplate = <<-BOILERPLATE
6
+ gem 'sshkit', '~> 1.8.1'
7
gem 'rack'
8
gem 'net-ssh', '2.9.2' if RUBY_VERSION <= '1.9.3'
9
gem 'i18n', '< 0.7.0' if RUBY_VERSION < '1.9.3'
0 commit comments