Skip to content

Commit

Permalink
Lock SSHKit version to fix capistrano load errors
Browse files Browse the repository at this point in the history
In Capistrano 1.9, SSHKit::DSL needs to be explicitly included:
capistrano/sshkit#219
  • Loading branch information
Karl Sandwich committed Mar 16, 2016
1 parent 1f7f7a2 commit 4829158
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/multiverse/suites/capistrano/Envfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ suite_condition("Capistrano 3 not supported in 1.8.7 and flaky on JRuby") do
end

boilerplate = <<-BOILERPLATE
gem 'sshkit', '~> 1.8.1'
gem 'rack'
gem 'net-ssh', '2.9.2' if RUBY_VERSION <= '1.9.3'
gem 'i18n', '< 0.7.0' if RUBY_VERSION < '1.9.3'
Expand Down

0 comments on commit 4829158

Please sign in to comment.