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

Respect BUNDLER_GEMFILE #6

Open
chriseppstein opened this issue Mar 14, 2012 · 3 comments
Open

Respect BUNDLER_GEMFILE #6

chriseppstein opened this issue Mar 14, 2012 · 3 comments

Comments

@chriseppstein
Copy link

My default gemfile is for setting up a development environment. which means it includes all kinds of irrelevant testing and development gems. I made a new gemfile but setting BUNDLER_GEMFILE didn't cause it to be used.

As a workaround I can make my gemfile aware of some other env variable.

@wagenet
Copy link
Owner

wagenet commented Mar 14, 2012

This seems good. We probably just hardcoded Gemfile in.

@chriseppstein
Copy link
Author

Actually, see #8, I'm not sure BUNDLER_GEMFILE is the right thing to use for building the package. I think there needs to be two gemfiles.

@kastman
Copy link

kastman commented Feb 6, 2013

Old issue, I know, but FWIW: Currently in bundler/master the environment variable is BUNDLE_GEMFILE, not BUNDLER_GEMFILE (no R). Don't know if that will help you, but it's worth a shot.

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

3 participants