I\'m working in rails 3.2 and I receive an error when I try to push to heroku:
git push heroku master Counting objects: 496, done. Delta compression using u
I was getting the same error, and running the following code in the command line solved it:
$ heroku config:set BUNDLE_WITHOUT="development:test"