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
I noticed that uberspace 0.9.3 is not compatible with capistrano 3.x.x. The new version is completely rewritten. One of the first things I stumbled into is that capify is no longer used but instead cap install.
Therefore, I suggest to restrict capistrano to < 3.0.0. Here is the relevant patch
The text was updated successfully, but these errors were encountered:
I noticed that uberspace 0.9.3 is not compatible with capistrano 3.x.x. The new version is completely rewritten. One of the first things I stumbled into is that
capify
is no longer used but insteadcap install
.Therefore, I suggest to restrict capistrano to
< 3.0.0
. Here is the relevant patchThe text was updated successfully, but these errors were encountered: