Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Bundler.setup multiple times with different group sets breaks require #1230

Closed
drewinglis opened this issue Jun 9, 2011 · 0 comments
Closed

Comments

@drewinglis
Copy link

bundler 1.0.14 on ruby 1.9.2p180

If I call Bundler.setup(:default), and then call Bundler.setup(:default, :some_additional_group), and then try to require a gem in default, I get a "no such file to load" error.

If you look at the attached gist, and run bundler_require.rb, it will require mocha ok, but break when it tries to require nokogiri.

https://gist.github.com/1015800

Let me know if you need any more info. =)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants