I\'m working with heroku and every time I try to push my app this message shows out:
remote: Compressing source files... done. remote: Building source: remo
Yup, so generally uninstalling your version of bundler, removing the gemfile.lock, and finally running gem install bundler -v 1.15.2(which is the version heroku is using) worked.
gem install bundler -v 1.15.2
After that running git push heroku master worked!
git push heroku master