MacRuby, error when using Sequel

前端 未结 4 678
天涯浪人
天涯浪人 2021-01-25 14:01

I have just installed Sequel using the command sudo macgem install sequel. It tells me sequel-3.18.0 was successfully installed.

When I fire up xcode, and s

4条回答
  •  离开以前
    2021-01-25 14:22

    MacRuby (like IronRuby) currently doesn't implement enough of the ruby language to work with Sequel. Sequel is tested on MRI (1.8 and 1.9), JRuby, and Rubinius, so you could try one of them.

提交回复
热议问题