I've got gem 'newrelic_rpm'
in my Gemfile as per Heroku's documentation. When I attempt to run git push heroku master
I receive the following:
-----> 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)
Any ideas on how to fix this? I've already tried bundle update
as per this SO answer: https://mcmap.net/q/280365/-heroku-push-rejected-failed-to-install-gems-via-bundler to no avail.
heroku logs
? – Labourer