Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure env doesn't get clobbered when installing
package_json
(#…
…576) It seems that something had changed in Ruby 3.3.6 that means for some reason unless we maintain the old env, the use of `bundler/inline` causes Bundler to error about gems not being present when we (very) later call `run "bundle install"`. I have no idea what has actually changed, as while I confirmed everything is passing if we switch to Ruby 3.3.5, I couldn't get a smaller reproducible example that showed the exact same behaviour 🤷
- Loading branch information