Commit cee61e3
committed
Specify path which we'll load bundler from
Fixes #456. See my analysis at
#456 (comment)
Previously we were implicitly relying on Bundler setting RUBYLIB so that
we'd be able to find Bundler in the child process.
Bundler 1.11 no longer does that for us, so we need to explicitly do it
ourselves (it was a bug that Bundle.with_clean_env didn't clear it).1 parent 522aad2 commit cee61e3
File tree
3 files changed
+18
-0
lines changed- lib/spring
- test
3 files changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
498 | 511 | | |
499 | 512 | | |
500 | 513 | | |
0 commit comments