我正在尝试在herouku上安装decidim (decidim.org),当我进行部署时,我得到这个错误
remote: You are trying to install in deployment mode after changing
remote: your Gemfile. Run bundle install elsewhere and add the
remote: updated Gemfile.lock to version control.
remote:
remote: The gemspecs for path gems changed
remote: !
remote: ! Failed to install gems via Bundler.
remote: !
remote: ! Push rejected, failed to compile Ruby app.
remote:
remote: ! Push failed
remote: Verifying deploy...这是部署的最后几行。
有人对这个问题有答案吗?谢谢
发布于 2018-10-30 10:37:30
转到你的应用所在的文件夹,尝试输入命令:bundle install,然后尝试推送到heroku。
https://stackoverflow.com/questions/53052772
复制相似问题