could not find gem 'turn =0 ' in any of the gem sources listed in your gemfile

新建一个项目

> rails new demo

> cd demo

> bundle install

出现以下错误:

could not find gem 'turn <>=0 ' in any of the gem sources listed in your gemfile

此时先执行:

> gem install turn

> bundle update

> bundle install

你可能感兴趣的:(ror)