-
Notifications
You must be signed in to change notification settings - Fork 492
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
can't convert Fixnum into String #142
Comments
I think this is caused because of Ruby 1.8. Try running it with 1.9+. |
confirming works on 1.9 and reproducible on 1.8, ubuntu 12.04 |
Im having the same issue: (while calling mina deploy --trace in jenkins task)
mina version 0.3.0 |
What if I want to use mina with an app running on 1.8.7 ? |
Fixed, please update the gem to version 0.3.1 :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've stripped out most of my config, down to just the basics and I'm still getting this error... I don't see anywhere in here where the "string" is a "fixnum"
Here's my
deploy_prod
task and thedeploy
task, totally stripped down...And here's the basis for this approach:
#8
The text was updated successfully, but these errors were encountered: