rspec_rails_4 icon indicating copy to clipboard operation
rspec_rails_4 copied to clipboard

Do you use rbenv-aliases?

Open JunichiIto opened this issue 10 years ago • 3 comments

In the sample application, every .ruby-version file is written as "2.0.0" but I think such a version does not exist. So I had to update .ruby-version for each branch.

But today I found rbenv-aliases plugin. I guess you use this plugin in order to make "2.0.0" available. If so, it is worth mentioning it in the book or README.

JunichiIto avatar Mar 12 '14 22:03 JunichiIto

I use RVM, and at least until recently using a version without a patch level worked fine. I'm running into a similar problem elsewhere. If I can't resolve it soon I'm apt to either declare the Ruby dependency in the Gemfile, Heroku-style, or remove it entirely.

ruralocity avatar Mar 20 '14 13:03 ruralocity

declare the Ruby dependency in the Gemfile

I think it might be good alternative.

JunichiIto avatar Mar 24 '14 04:03 JunichiIto

It looks like rbenv does not support specifying the Ruby version in the Gemfile, and won't. I'm going to do some research on how similar tutorials handle Ruby versions.

ruralocity avatar Apr 06 '14 01:04 ruralocity