-
Notifications
You must be signed in to change notification settings - Fork 9
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
Can't call Bundler.preserve_gem_path anymore in Bundler >= 1.12 #12
Comments
Bundler - Bundler.preserve_gem_path
+ Bundler.preserve_path_in_environment("GEM_PATH") |
Actually I can't debundle with Bundler 1.12 anymore. |
Not sure if it will work with this project but if I comment out the HTH |
Indeed, not sure what the effect of the - Bundler.preserve_gem_path
+ Bundler::EnvironmentPreserver.new(ENV, %w(GEM_PATH)).backup Still, if I comment the line out, I seem to get most of the functionality. |
…x.d for even older ones Also see: ConradIrwin#12
I get a similar error:
... output from my
|
The text was updated successfully, but these errors were encountered: