gem 'newrelic_rpm'
Heroku のドキュメントに従ってGemfileを作成しました。実行しようとするgit push heroku master
と、次のメッセージが表示されます。
-----> 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 git@heroku.com:reponame.git
! [remote rejected] master -> master (pre-receive hook declined)
これを修正する方法についてのアイデアはありますか? 私はすでにbundle update
このSOの回答に従って試しました: https://stackoverflow.com/a/4576816/337903無駄に。