我正在将某些代码部署到暂存环境中,并意识到我必须运行迁移才能运行
heroku run rake db:migrate
并收到此错误:
Could not find json-1.8.1 in any of the sources
Run `bundle install` to install missing gems.
现在如果我运行任何heroku
命令,我会得到同样的错误。其中包括heroku run bundle
,heroku run bundle exec
等
有谁知道造成这种情况的原因是什么?