Commit 141c62e
Only use BUNDLE_GEMFILE isolation for minimum version examples
The BUNDLE_GEMFILE env var was causing issues for latest version examples
because bundler was detecting Gemfile/lockfile mismatches in frozen mode.
Changes:
- Only set BUNDLE_GEMFILE and BUNDLE_FROZEN=false for minimum version examples
- Latest examples continue using standard bundle exec
This ensures:
- Latest examples work normally without bundler isolation issues
- Minimum examples are properly isolated from parent workspace gems
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent ef3377f commit 141c62e
1 file changed
+11
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
121 | 128 | | |
122 | 129 | | |
123 | 130 | | |
| |||
0 commit comments