我的rails应用程序,由于某种未知的原因,将无法推送到Heroku 29/30次.它会在不同的宝石上失败,但总是会出现同样的错误:OpenSSL::SSL::SSLError: SSL_read:: decryption failed or bad record mac.有没有人有任何想法?
我已经在其他情况下读到了这个错误,但是在捆绑器的时候我觉得我能做的事情很少......
heroku推送的日志:
Counting objects: 35, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (21/21), done.
Writing objects: 100% (21/21), 2.55 KiB, done.
Total 21 (delta 19), reused 0 (delta 0)
-----> Removing .DS_Store files
-----> Fetching custom git buildpack... done
-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-1.9.3
-----> Installing dependencies using Bundler version 1.3.2
Running: bundle install --without development:test --path vendor/bundle …Run Code Online (Sandbox Code Playgroud)