coffeejunk.
Rails app deployment fails, ruby version in Gemfile read from .ruby-version
My app uses the reasonably common practice of reading the ruby version that is specified in the
Gemfile
from the .ruby-version
file. However, when I try to deploy my app I get an error stating that the .ruby-version
file does not exist.
9 replies