You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the doctor:gems task reports gem versions for the following gems:
capistrano
airbrussh
rake
sshkit
all gems starting with capistrano-
I think we should add net-ssh to this list, because it is a crucial part of Capistrano's behavior, and certain versions of net-ssh have been known to cause bugs (e.g. capistrano/sshkit#357).
If someone wants to try doing a PR for this, here are some pointers:
Right now the
doctor:gems
task reports gem versions for the following gems:I think we should add net-ssh to this list, because it is a crucial part of Capistrano's behavior, and certain versions of net-ssh have been known to cause bugs (e.g. capistrano/sshkit#357).
If someone wants to try doing a PR for this, here are some pointers:
net-ssh
here:capistrano/lib/capistrano/doctor/gems_doctor.rb
Line 37 in b5e4aa6
capistrano/spec/lib/capistrano/doctor/gems_doctor_spec.rb
Lines 25 to 28 in b5e4aa6
The text was updated successfully, but these errors were encountered: