Fixes an issue with zero downtime deployments (#4123). Hot restarting didn't clear out BUNDLER_GEMFILE, which mean that new workers still used the old Gemfile from previous deployments. This led to mysterious errors with autoloading libraries (#4138).