safetycopy
safetycopy

Reputation: 554

How do I recover from a broken gem?

I've recently started working on my first Sinatra/CouchDB app and kept running into a SystemStackError: stack level too deep error. After a ton of googling, I've discovered that one of the gems I've been using, json-1.4.3, is apparently broken :/

I uninstalled the gem, and installed json-1.4.2 instead, but I'm still getting the error. I'm wondering if I need to do something to make sure that 1.4.2 is being used now instead of the broken 1.4.3?

Any help would be greatly appreciated!

Upvotes: 0

Views: 137

Answers (1)

chenge
chenge

Reputation: 1414

you can list the gems to see if you have two gems.

Upvotes: 1

Related Questions