Have had a response from Heroku support, this was caused by using vendor/cache gems and not having packaged up the xml-simple gem. I've removed the cached gems now and it seems to be working.
On Nov 2, 1:26 pm, Mark <[email protected]> wrote: > Hi there, > > I have a rails app running on Heroku, but since I have added Amazon S3 > for handling uploads, I get this error when I try to deploy: > > -----> Heroku receiving push > -----> Rails app detected > -----> Detected Rails is not set to serve static_assets > Installing rails3_serve_static_assets... done > -----> Gemfile detected, running Bundler version 1.0.3 > Unresolved dependencies detected; Installing... > Some gems seem to be missing from your vendor/cache directory. > Could not find xml-simple-1.0.12 in any of the sources > FAILED:http://docs.heroku.com/bundler > ! Heroku push rejected, failed to install gems via Bundler > > The app runs fine locally, and the previous iteration of the app runs > fine on Heroku, it's just since adding S3 stuff. How can I resolve > this problem? > > Let me know if you need any more info. > > Thanks, > > Mark -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
