RVM gemset breaks Nix or Docker
Ruby on Rails 7 app. I have a
/.ruby-version
file that RVM uses to set defaults
When no gemset is indicated, Railway builds the app just fine. But if I indicate one, deploy fails.
step #11 116.0
shows a global
gemset getting created. Is there a way to override this?5 Replies
Any suggestions?
Hey @chiperific - Project ID please?
e0cf682e-3491-4309-b018-e3f50c9eba10
Any update @Angelo
Hey @chiperific - big sorry on the delay. I notice the build is successful, however, I think you are still waiting on the
Gemset
fix yes?
Whoop! Seems to be all good now!
Going to mark as resolved@Angelo, apologies for missing this. I successfully deploy by removing the gemset from
.ruby-version
E.g.: when .ruby-version
is ruby-3.1.2
it deploys fine. When it's ruby-3.1.2@mygemset
it fails towards the end of the build.
@Angelo, can you confirm this was patched?