Skip to content

Update Capistrano from 3.4.0 to 3.4.1 #515

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 27, 2019
Merged

Conversation

sauloperez
Copy link
Collaborator

I got the following strange error

/home/timeoverflow/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/net-ssh-2.9.2/lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb:118:in `generate_key': undefined method `p=' fo
r #<OpenSSL::PKey::DH:0x000055d6c5685910> (NoMethodError)
Did you mean?  p
(Backtrace restricted to imported tasks)
cap aborted!
NoMethodError: undefined method `p=' for #<OpenSSL::PKey::DH:0x000055d6c5685910>
Did you mean?  p

and updating fixed it.

I got the following strange error

```
/home/timeoverflow/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/net-ssh-2.9.2/lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb:118:in `generate_key': undefined method `p=' fo
r #<OpenSSL::PKey::DH:0x000055d6c5685910> (NoMethodError)
Did you mean?  p
(Backtrace restricted to imported tasks)
cap aborted!
NoMethodError: undefined method `p=' for #<OpenSSL::PKey::DH:0x000055d6c5685910>
Did you mean?  p
```

and updating fixed it.
@sauloperez sauloperez merged commit 0bd2fa2 into develop Sep 27, 2019
@sauloperez sauloperez deleted the upgrade-capistrano branch September 27, 2019 07:01
@sauloperez sauloperez mentioned this pull request Dec 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants