Échec de l'installation de gemmes via Bundler.

Failed to install gems via Bundler.

I solved this issue this way:

bundle update
git add Gemfile.lock
git commit -m 'Update Gemfile.lock for Heroku'
git push heroku master
Dark Dragonfly