【发布时间】:2015-09-10 19:58:23
【问题描述】:
请帮助解决问题。我在 localhost rails4-application 上制作并将他推到 github 上。在我在 heroku 上创建帐户并连接到我的 github-repository 并开始手动部署之后。
结果我收到以下错误消息:
Gem files will remain installed in /tmp/build_fec37d1bef82a4e579ae08ae57b76a1b/zlodiak-skladik_kartinok-6533f10/vendor/bundle/ruby/2.0.0/gems/debugger-1.6.8 for inspection.
Results logged to /tmp/build_fec37d1bef82a4e579ae08ae57b76a1b/zlodiak-skladik_kartinok-6533f10/vendor/bundle/ruby/2.0.0/gems/debugger-1.6.8/ext/ruby_debug/gem_make.out
An error occurred while installing debugger (1.6.8), and Bundler cannot
continue.
Make sure that `gem install debugger -v '1.6.8'` succeeds before bundling.
!
! Failed to install gems via Bundler.
!
! Push rejected, failed to compile Ruby app
我尝试了该主题的所有解决方案:heroku push rejected, failed to compile Ruby/rails app 但他们没有帮助我
【问题讨论】:
标签: ruby-on-rails ruby-on-rails-4 heroku