Closed mvoto closed 7 years ago
Sounds like it may be a bug if capistrano side has changed something recently. Unfortunately I'm going to be out of the country for awhile and won't be able to look into it. Totally open to PRs if you dig into it and figure it out.
Okay, I will work on it, thanks !
Hey @phallstrom can you please review the #71 Pull Request ? This change seems to fix this issue.
Closing this in preference for #71
After trying to update versions of slackistrano and capistrano on a project that I am working on, I got the following error when trying to run a deploy:
I am using slackistrano on version 3.1.1 and capistrano on 3.8.1 and I know that this error that was already mentioned on this closed issue: #48
The code related to the error is this one: https://github.com/phallstrom/slackistrano/blob/v3.1.1/lib/slackistrano/capistrano.rb#L113
And when I checked on Capistrano's related code: https://github.com/capistrano/capistrano/blob/v3.8.1/lib/capistrano/configuration.rb#L150 I noticed that
dry_run?
is not a class method, but an instance one. I would like to know if I might be doing something wrong with slackistrano + capistrano, or if this is a real issue. If so, let me know if I can help with a Pull Request for that.