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

Replace BUNDLE_BIN with BUNDLE_BIN_DIR #191

Closed
wants to merge 1 commit into from

Conversation

iain
Copy link

@iain iain commented Feb 23, 2018

By specifying BUNDLE_BIN, bundler will generate binstubs for every gem, which
results in it generating a binstub for itself. The binstub always points to the
same Gemfile, so it is no longer possible to use the bundler on other Gemfiles.

This rename is just to prevent this conflict from occurring.

More info:

BUNDLE_BIN,

By specifying BUNDLE_BIN, bundler will generate binstubs for every gem, which
results in it generating a binstub for itself. The binstub always points to the
same Gemfile, so it is no longer possible to use the bundler on other Gemfiles.

This rename is just to prevent this conflict from occurring.

More info:

[BUNDLE_BIN](https://bundler.io/v1.16/bundle_config.html#LIST-OF-AVAILABLE-KEYS),
@luislavena
Copy link

Hello @tianon, will be possible for you to review this? It appears BUNDLE_BIN to be affecting a bunch of projects with multiple gemfiles.

Thank you. ❤️ ❤️ ❤️

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