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

rvm current/ default does not respect .ruby-version #59

Closed
gucki opened this issue Nov 24, 2014 · 2 comments
Closed

rvm current/ default does not respect .ruby-version #59

gucki opened this issue Nov 24, 2014 · 2 comments

Comments

@gucki
Copy link

gucki commented Nov 24, 2014

The task should first change to the current/ release folder so a possibly existing .ruby-version file gets picked up by RVM. Otherwise current or default report the system default, not the one specified in the .ruby-version file.

@gucki
Copy link
Author

gucki commented Nov 24, 2014

Pull request is here now: #60

@gucki gucki closed this as completed Nov 24, 2014
@thbar
Copy link

thbar commented Mar 16, 2017

@gucki I think it's worth re-opening this, because the PR has never been merged and your issue still applies. Today I used a quick fix which works nicely:

set :rvm_ruby_version, IO.read('.ruby-version')

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

No branches or pull requests

2 participants