Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bootsnap setup in environments without bundler
Fix: #488 `ExplicitRequire.with_gems` assumed the provided gems were activated which is only true if `bundler/setup` was required. If bootsnap is used without bundler, then we need to explictly activate the gem before mutating the `$LOAD_PATH`, otherwise the paths appended during gems activation will be lost once we exit `with_gems`.
- Loading branch information