我正在尝试运行作为heroku local
heroku 工具包一部分的新命令,详见此处:
https ://devcenter.heroku.com/articles/heroku-local
我为我的 Ruby on Rails 应用程序设置了一个简单的 Procfile:
web: bundle exec rails server
本地服务器启动失败;似乎找不到已安装的 gem:
forego | starting web.1 on port 5000
web.1 | C:/Program Files (x86)/Heroku/ruby-1.9.2/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:247:in `to_specs'
: Could not find bundler (>= 0) amongst [bigdecimal-1.1.0, dotenv-0.7.0, foreman-0.63.0
, io-console-0.3, json-1.5.4, mime-types-1.23, minitest-2.5.1, rack-1.5.2, rake-0.9.2.2, rdoc-3.9.5, rest-client-1.6.7, sequel-3.20.0, sinatra-1.0, taps-0.3.24,
thor-0.18.1] (Gem::LoadError)
我已经跑了bundle install
,所以前面找错地方了吗?我该如何纠正?
帮助将不胜感激!