Bundler behind a proxy

Can anyone help with this question?

https://github.com/wycats/bundler/issues/issue/203/

thanks

Check the environment variable http_proxy

$ echo $http_proxy

To set it

$ export http_proxy=user:pass@host:port