Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let bundler manage LOAD_PATH #111

Merged
merged 2 commits into from
Feb 23, 2023
Merged

Let bundler manage LOAD_PATH #111

merged 2 commits into from
Feb 23, 2023

Conversation

xjunior
Copy link
Contributor

@xjunior xjunior commented Feb 23, 2023

Bundler should add the correct LOAD_PATH based on each Gemfile.

When we manipulate the LOAD_PATH like that, we add undeclared dependencies to it. This happens because Bundler will parse and execute all the gemspecs in a source, even when it ends up ignoring it.

Bundler should add the correct LOAD_PATH based on each Gemfile.
When we manipulate the LOAD_PATH like that we end adding dependencies to it
that are not declared. This happens because Bundler will parse and execute all
the gemspecs in a source (`source ".." do`), even when it ends up ignorign it.
@xjunior xjunior merged commit 0ef92af into main Feb 23, 2023
@xjunior xjunior deleted the fix-load-path branch February 23, 2023 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants