You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bundler isolation for generate_packs in example apps
Use unbundled_sh_in_dir to properly isolate the bundler environment
when running generate_packs in generated example apps. The previous
approach with BUNDLE_GEMFILE env var didn't work because bundler
still used cached gem paths from the parent rake context.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments