Skip to content
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

rake 12.2.0 version will break capistrano 3.10.0 and 3.9.1 #233

Closed
Eric-Guo opened this issue Oct 25, 2017 · 7 comments
Closed

rake 12.2.0 version will break capistrano 3.10.0 and 3.9.1 #233

Eric-Guo opened this issue Oct 25, 2017 · 7 comments

Comments

@Eric-Guo
Copy link

┌─[±][master U:1 ✗][rapi][]
└─▪ cap production deploy
(Backtrace restricted to imported tasks)
cap aborted!
ArgumentError: wrong number of arguments (given 1, expected 0)

(See full trace by running task with --trace)
┌─[±][master U:1 ✗][rapi][]
└─▪ git diff
diff --git a/Gemfile.lock b/Gemfile.lock
index 351ad32..53d8b1b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -270,7 +270,7 @@ GEM
       method_source
       rake (>= 0.8.7)
       thor (>= 0.18.1, < 2.0)
-    rake (12.2.0)
+    rake (12.1.0)
     rb-fsevent (0.10.2)
     rb-inotify (0.9.10)
       ffi (>= 0.5.0, < 2)
┌─[±][master U:1 ✗][rapi][]
└─▪
@hsbt
Copy link
Member

hsbt commented Oct 25, 2017

Thanks to quick report. Can you show the result with --trace option?

@Eric-Guo
Copy link
Author

@hsbt That's the tricky part, because it will block the --trace option working....😂

@hsbt
Copy link
Member

hsbt commented Oct 25, 2017

ok, I'm going to investigate this on my box.

@excid3
Copy link

excid3 commented Oct 25, 2017

Running into the same problem. Can't get --trace to print out anything to debug it. :)

@hsbt
Copy link
Member

hsbt commented Oct 25, 2017

I fixed this 92146b2

@excid3
Copy link

excid3 commented Oct 25, 2017

That fixes it for me @hsbt. 👍

@hsbt
Copy link
Member

hsbt commented Oct 25, 2017

@Eric-Guo @excid3 Just pushed rake-12.2.1. Can you try it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants