私のGemfileには、としてgem 'newrelic_rpm'
があります。私はgit push heroku master
を実行しようとすると、私は次のことを受け取る:新しいRelic RPM gemのためにHeroku pushが失敗する
-----> Ruby/Rails app detected
-----> Installing dependencies using Bundler version 1.3.0.pre.5
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
Fetching gem metadata from https://rubygems.org/........
Fetching gem metadata from https://rubygems.org/..
Could not find newrelic_rpm-3.5.6.46 in any of the sources
!
! Failed to install gems via Bundler.
!
! Heroku push rejected, failed to compile Ruby/rails app
To [email protected]:reponame.git
! [remote rejected] master -> master (pre-receive hook declined)
この問題を解決する方法上の任意のアイデア?私はすでにbundle update
を試してみました。この回答はhttps://stackoverflow.com/a/4576816/337903です。
「heroku logs」の情報はありませんか? –