Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
There was an error while loading. Please reload this page.
I noticed that every time I run
gcloud app deploy,bundle installwill be execute, and it will refeching gems and install them again, even the ruby version andGemfile.lockare not updated.Wondering if there is a way for us to reuse the gems we fetched before, so that it can speed up the deployments.