Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

undefined method find_all' for Gem::Specification:Class` when trying to connect #81

Closed
peterbe opened this issue Feb 25, 2013 · 6 comments
Labels

Comments

@peterbe
Copy link

peterbe commented Feb 25, 2013

http://cl.ly/N9IE

https://gist.github.com/peterbe/5032702

@bobthecow
Copy link
Owner

Hrm.

What versions of Ruby and Gem are you running?

@peterbe
Copy link
Author

peterbe commented Feb 25, 2013

peterbe@host-6-53:~$ ruby --version
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
peterbe@host-6-53:~$ gem --version
1.3.6

@bobthecow
Copy link
Owner

my, that is an old gem version you have :)

$ gem --version
1.8.23

@bobthecow
Copy link
Owner

That message, while annoying, doesn't actually hurt anything. It's trying to check the currently installed versions of genghisapp and bson_ext gems so it can show you some friendly status messages.

I'll get a fix for that into the next release, but in the meantime, gem update --system.

@peterbe
Copy link
Author

peterbe commented Feb 25, 2013

Awesome! Upgrading gem worked. I'm in.

I guess the issue is that the docs should either mention to use modern versions of gem or it should warn you if you install with an old version. Or something like that. Your call.

@bobthecow
Copy link
Owner

This has been fixed in v2.3.0. Thanks for reporting it :)

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

No branches or pull requests

2 participants