fernandocarletti / capistrano-aws

Integrates Capistrano with AWS EC2.
MIT License
16 stars 6 forks source link

Fix uninitialized constant SSHKit #5

Closed allaire closed 6 years ago

allaire commented 6 years ago

Avoid getting NameError: uninitialized constant SSHKit

This is not an issue if you have sshkit in your Gemfile BEFORE capistrano-aws, but relying on Gemfile order is not safe :)

allaire commented 6 years ago

@fernandocarletti I can help you maintaining this library if you want to give me collaborator access 😄

Thanks!

fernandocarletti commented 6 years ago

I just added you there :)