forgot password?


   
 
[Fixed]: Error: unexpected tIDENTIFIER, expecting $end
Posted: 03 June 2011 04:55 PM   [ Ignore ]  
Newbie
Rank
Total Posts:  4
Joined  2010-09-13

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 tIDENTIFIERexpecting $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.

Profile