我习惯在本地环境中使用 Faye 服务器启动
sudo bundle exec rackup faye.ru -s thin -E production
它工作正常。但是现在我不知道发生了什么,当我尝试它时,我得到了这个错误:
/Users/.../.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:247:in `to_specs': 找不到捆绑程序 (>= 0) 在 [bigdecimal-1.1.0, io-console-0.3, json-1.5.4, minitest-2.5.1, rake-0.9.2.2, rdoc-3.9.4] (Gem::LoadError)
我 100% 确定 bundler 已安装,我也尝试运行gem install bundler
重新安装 bundler,但没有任何变化。
有什么猜测吗?