-
Notifications
You must be signed in to change notification settings - Fork 47
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
RVM:Check fails on bundle install ruby --version #46
Comments
is rvm installed on the server? the |
@mpapis, yes, both rvm and ruby have been installed earlier:
I've actually followed the following instruction in my deploy: http://guides.spreecommerce.com/developer/manual-ubuntu.html |
BTW, if I set
I don't understand why does it calls |
the instructions are for Capistrano v2 and you use v3 ... as for the last problem - you should really try |
@mpapis Thanks a lot for advice! Previous issue is resolved, but I'm facing with another one:
Full log is found below:
|
as the message in the middle says:
do you have a project file that specifies ruby version to use? |
@mpapis thanks a lot for the hint! Finally I've simply added my ruby version as '2.1.1' into .ruby-version file in the application catalogue. |
as all works now the issue can be closed now? |
Yes, lets close to for now. Best Regards, On Apr 15, 2014, at 9:19 AM, Michal Papis [email protected] wrote: as all works now the issue can be closed now? — |
@mpapis |
Hello,
Could you please help me with the following issue?
Currently I'm deploying my solution to a new service. However I'm stuck with my deployment - whenever I execute:
I get the following error:
Here is my Gemfile contents:
I've already tried to latest capistrano-rvm, capistrano-bundler, capistrano-rails gems versions.
Please help!
The text was updated successfully, but these errors were encountered: