Jonathan del Strother <maill...@steelskies.com> wrote:
> Hi there,
> I recently ran into a problem where I had to update bundler from 1.3
> to 1.5 so that it recognised the "platforms:[ruby_21]" option in my
> Gemfile.  However, Unicorn continued to use Bundler 1.3 when I
> re-exec'd it via USR2 (perhaps unsurprisingly), and so couldn't load
> my new gemfile until I completely restarted it.

You can poke around in the ENV hash with the before_exec hook to
remove/change any environment variables Bundler uses.
_______________________________________________
Unicorn mailing list - mongrel-unicorn@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-unicorn
Do not quote signatures (like this one) or top post when replying

Reply via email to