Commit ef3377f
Fix bundler isolation for generated example apps
Use BUNDLE_GEMFILE to explicitly point to the generated app's Gemfile
when running rake tasks. This prevents bundler from using gems from a
parent workspace's vendor/bundle, which could have different versions.
This fixes the Shakapacker version mismatch error in CI where the
generated app had shakapacker 8.2.0 installed but Rails was loading
shakapacker 9.4.0 from the parent react_on_rails vendor/bundle.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 40e9642 commit ef3377f
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
118 | 121 | | |
119 | 122 | | |
120 | 123 | | |
| |||
0 commit comments