Undefined method auto_upgrade! when pushing Sinatra/DataMapper app to Heroku
Does anybody know the magic incantation required to get a Sinatra application that uses DataMapper up and running on Heroku's Bamboo stack? The Bamboo stack doesn't include any pre-installed system gems and no matter what combination of gems I try I keep getting this error: undefined method `auto_upgrade!' for DataMapper:Module (NoMethodError) This is what I have in my .gems file: sinatra pg datamapper do_postgres dm-postgres-adapter And these are the dependencies that are installed when I push the app to Heroku: -----> Heroku receiving push -----> Sinatra app detected -----> Installing gem