From: fkocherga Date: 2010-01-01T01:34:55+09:00 Subject: Re: Cant install Heroku gem in Snow Leopard On Dec 31, 2009, at 2:21 AM, Brian Scott wrote: > Hello, > > I cant seem to get Heroku gem installed in Snow Leopard. I am running > Ruby 1.9.1 and RubyGems 1.3.5. Any ideas will help. > You may try this approach: gem install --ignore-dependencies heroku gem install json_pure You cannot install heroku because it depends on json gem, and by default non pure json gem gets installed and compilation fails. But if you manually install pure json gem it should work. At least it works for me, but my steps were a bit different: gem install heroku #find and delete json gem installed incompletely gem install json_pure gem install --ignore-dependencies heroku -- Fedor Kocherga http://sidenotes.kocherga.info/