pg gem '0.14.0' on Mountain Lion fails

后端 未结 10 1902
孤街浪徒
孤街浪徒 2020-12-10 12:56

I just upgraded from OS X Lion to OS X Mountain Lion. My rails environment for the most part stayed in tact.

The only steps I had to do to get things back to a good

10条回答
  •  执念已碎
    2020-12-10 13:05

    I had the exact same issue; same stack trace as you've posted.

    MRI 1.9.3-p286 / OS X 10.8.2 / Postgres 9.0.4 with homebrew.

    I solved it by simply doing:

    $ brew update
    $ brew upgrade postgresql
    $ bundle
    

    Hope it works for someone else.

提交回复
热议问题