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

前端 未结 1 1712
醉梦人生
醉梦人生 2020-12-09 03:29

I am having issues with the JSON gem and Ruby 1.9.2. I am upgrading to Rails 3.0.3 and whenever I try to boot the environment it blows up. This is from a empty test project

相关标签:
1条回答
  • 2020-12-09 04:22

    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.

    0 讨论(0)
提交回复
热议问题