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

PATCH: Add --only ENV option, to only expand the given environments #81

Closed
tomafro opened this issue Oct 22, 2009 · 0 comments
Closed

Comments

@tomafro
Copy link

tomafro commented Oct 22, 2009

I have a rails project using bundler, with gem environments declared for test, development and production. The test environment has a dependency on nokogiri, which itself requires the xslt native library - currently not available on the production server. Rather than install unwanted libraries on my production box, I'd like the option of only including particular environment.

I've written a patch to add a --only option, available on my fork at http://github.com/tomafro/bundler Please let me know if there's anything else I can do to help get it included in bundler.

This issue was closed.
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

1 participant