pitluga / subcontractor

rvm aware process launcher for foreman
85 stars 24 forks source link

Support rbenv #15

Closed ihara2525 closed 11 years ago

ihara2525 commented 11 years ago

Hi there,

I tried to support rbenv, it works with rbenv and bundler under my environment.

Could you please check the code?

pgr0ss commented 11 years ago

Hi Masahiro,

Bundler.with_clean_env was added in https://github.com/pitluga/subcontractor/pull/18. Do you think you can update your pull request to use the existing with_clean_env. Other than this, it looks good and can be pulled in.

Thanks, Paul

ihara2525 commented 11 years ago

Hi Paul,

Thank you for the info, I'll update my code and commit again :+1:

ihara2525 commented 11 years ago

Hi Paul,

This is working fine on my loca machine. Please check the code.