I have installed 2.1d without trouble on my local machine, but when I try to push it to heroku I receive the following message:
unexpected tIDENTIFIER, expecting $end
gem 'RedCloth' gem 'sanitize'
^
I have tried various things within the manifest file (adding a carriage return, switching the order of the gems listed, removing sanitize, etc.), but I can’t seem to find a way through this.
Suggestions?
Update: turns out that I had both a .gems file and a Gemfile. In the Gemfile, sanitize was listed on the same line as RedCloth. That was the problem.


