Why does Ruby 1.9.2 blow up with a JSON gem dependency? Why does Ruby 1.9.2 blow up with a JSON gem dependency? json json

Why does Ruby 1.9.2 blow up with a JSON gem dependency?


I had some weird issues after upgrading to Snow Leopard because of the 64-bit difference so if you upgraded to Snow Leopard you might be running into the same thing.

I installed the latest XCode, then blew away my 1.9.2 install using rvm uninstall 1.9.2 and rebuilt all the gems using gem update --system; gem pristine --all.