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

undefined method `setup' for Bundler:Module #40

Closed
trevorturk opened this issue Feb 6, 2010 · 3 comments
Closed

undefined method `setup' for Bundler:Module #40

trevorturk opened this issue Feb 6, 2010 · 3 comments

Comments

@trevorturk
Copy link

I get the following error:

undefined method `setup' for Bundler:Module

When using bundler (0.9.1.pre1) with no other versions of bundler installed.

This is in a Rails 2.3.5 application. I have the recommended initializer in config/preinitializer.rb.

@carllerche
Copy link
Contributor

You most likely have older bundler versions. Due to a couple rubygems bugs, you can only have one version of bundler installed on your system.

@trevorturk
Copy link
Author

I definitely only have one version installed:

$ gem list bundler
*** LOCAL GEMS ***
bundler (0.9.3)

...and I'm getting this error.

Do I need to manually clean something out as well?

@michaelcm
Copy link

Did you ever figure out the issue? I'm receiving the same error with bundler 1.0.21.

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

3 participants