Refinery - NoMethodError:nil的未定义方法`spec':NilClass

时间:2015-12-18 20:44:44

标签: ruby-on-rails bundler refinerycms

当我安装精炼厂3.0.0时,在捆绑过程结束时出现错误:

NoMethodError: undefined method `spec' for nil:NilClass
An error occurred while installing refinerycms-core (3.0.0), and Bundler cannot continue.

出现了。

1 个答案:

答案 0 :(得分:-2)

解决方案是安装最新版本的bundler:

gem install bundle

我希望它有所帮助