📌  相关文章
📜  无法通过 Bundler 安装 gem. - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:45.197000             🧑  作者: Mango

代码示例1
Failed to install gems via Bundler.

I solved this issue this way:

bundle update
git add Gemfile.lock
git commit -m 'Update Gemfile.lock for Heroku'
git push heroku master