bobthecow / genghis

The single-file MongoDB admin app
http://genghisapp.com
MIT License
1.45k stars 166 forks source link

genghisapp is not allowing me to update my mongo gem #213

Open raghavendra-prithvi opened 8 years ago

raghavendra-prithvi commented 8 years ago

I have a problem with my current version(old 1.8.6) of mongo gem and Mongo Lab 3.0 . I need to update the mongo gem but genghis is depending on mongo and it work if the mongo gem version is more than 1.9.2. Current version of gem mongo available is 2.1.4 .

Can any one help me with this or is it a better choice to get rid of genghis?

alauper commented 8 years ago

I think the real issue is genghis depends on a very old version of mongo, which most current gems don't support and therefore can't coexist.

It also doesn't look like this project is being maintained anymore.