You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: