I'm not sure you should be using GEM_HOME at all. I've gotten bundler
working without changing that constant. It seems to me that the
inclusion of bundler gems into the environment is accomplished by a
different mechanism, as shown by this line that you should have in
preinitializer.rb:
require File.expand_path('../../.bundle/environment', __FILE__)How does your setup compare to the bundler-Rails 2.3.x guide http://gist.github.com/302406 ? -- 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.
