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

Investigate disabling BUNDLE_BIN automatically #2440

Open
vinistock opened this issue Aug 14, 2024 · 2 comments
Open

Investigate disabling BUNDLE_BIN automatically #2440

vinistock opened this issue Aug 14, 2024 · 2 comments
Labels
bug Something isn't working pinned This issue or pull request is pinned and won't be marked as stale

Comments

@vinistock
Copy link
Member

Apparently, there's a BUNDLE_BIN option to automatically create binstubs for installed gems. I was not aware of this setting, but we need to turn it off when setting up the custom bundle or else we accidentally create binstubs for the application.

@vinistock vinistock added bug Something isn't working pinned This issue or pull request is pinned and won't be marked as stale labels Aug 14, 2024
@andyw8
Copy link
Contributor

andyw8 commented Aug 14, 2024

Let's review the others too: https://bundler.io/v2.5/man/bundle-config.1.html#LIST-OF-AVAILABLE-KEYS

(perhaps it may be safe to filter on a set that we do allow).

@vinistock
Copy link
Member Author

Yeah, that's a good idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pinned This issue or pull request is pinned and won't be marked as stale
Projects
None yet
Development

No branches or pull requests

2 participants