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

Add option to set a BUNDLE_GEMFILE #12

Open
arthurnn opened this issue May 15, 2015 · 1 comment
Open

Add option to set a BUNDLE_GEMFILE #12

arthurnn opened this issue May 15, 2015 · 1 comment

Comments

@arthurnn
Copy link
Contributor

Some projects need to use a custom Gemfile, bundler listen to the env var BUNDLE_GEMFILE and use that Gemfile path if given.
Maybe we could have a new command to set that ENV var. Should be something super simpler that uses (setenv "BUNDLE_GEMFILE" "filepath") and maybe list the files in a ibuffer to easy find the Gemfile.

@endofunky
Copy link
Owner

Great idea. Added a bundle-gemfile command with 89777e7. Let me know if that doesn't do the trick for some reason.

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

No branches or pull requests

2 participants