An app of mine running in Ruby 3.3.6 was deploying fine up until today. Now, even if I try to deploy the exact same commit that built and deployed fine earlier fails with errors about not being able to load shared objects:
e.g.
Caused by:
LoadError: libruby.so.3.3: cannot open shared object file: No such file or directory - /opt/render/project/.gems/ruby/3.3.0/gems/msgpack-1.7.5/lib/msgpack/msgpack.so (LoadError)
I’ve updated a bunch of gems, but each time I get errors about libruby.so.3.3.
After I updated msgpack I then got errors about bootsnap (same, libruby.so.3.3. cannot open shared object file). Then puma, then various other libraries.
Now I’m stuck not being able to deploy any of my apps.