Heroku push rejected

后端 未结 1 885
天命终不由人
天命终不由人 2021-01-03 12:08
-----> Ruby/Rack app detected
-----> Using Ruby version: ruby-1.9.3
-----> Installing dependencies using Bundler version 1.3.0.pre.2
       Running: bundle install --with         


        
相关标签:
1条回答
  • 2021-01-03 12:35

    UPDATE: This answer doesn't work. The only option is to raise a support ticket.

    There's a new feature that fixes this problem:

    $ heroku config:set COMPILE_TIMEOUT=n
    

    where n is a number in seconds. I used n=3000 (default is 900).

    (note: you may need user-env-compile enabled to use this feature)

    Update: Please read the comments on this answer for updated information!

    0 讨论(0)
提交回复
热议问题