I’m working with a monorepo where two or more apps (all hosted on Render) sometimes have to use different versions of Ruby.
Unfortunately, Render guesses the Ruby version based on a .ruby-version file that we have to put in the root of our monorepo, but this means that I can’t use a different version of Ruby per app.
Ideally, we’d have RUBY_VERSION supported like NODE_VERSION is here https://render.com/docs/node-version