Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix gem bundle call during packaging
We've seen some failures because it was simply using "bundle install" which does not properly install the gems into BOSH_INSTALL_TARGET. After upgrading to ruby 3.2 it seems that the gems instead are installed into /usr/local/bundle which does not transfer from the compilation VM into the package so when the CPI is later invoked the gems are missing.
- Loading branch information