rails 3中的错误捆绑器未初始化的常量Bundler(NameError)

时间:2013-12-19 09:11:29

标签: ruby-on-rails bundler

为什么我的捆绑包会出现这样的错误?

/Users/tester/app/config/boot.rb:9: uninitialized constant Bundler (NameError)
    from script/rails:5:in `require'
    from script/rails:5

如何在rails 3中修复它? 感谢

1 个答案:

答案 0 :(得分:0)

您没有安装bundler。安装它,在终端中发出以下内容,然后重试:

gem install bundler