Gem tcp port?

Hi,
I'm using ruby on a machine behind a severely locked down firewall
where all ports are closed by default, and I only open the ones I will
need.

What port does gem run through please?

Steve

Port 80

···

On Mon, Apr 27, 2009 at 04:20:04AM +0900, stevegoobermanhill@googlemail.com wrote:

Hi,
I'm using ruby on a machine behind a severely locked down firewall
where all ports are closed by default, and I only open the ones I will
need.

What port does gem run through please?

--
Aaron Patterson
http://tenderlovemaking.com/

And, it only downloads via port 80, it doesn't open any ports by default.

You can run `gem server` which will listen on 8808, but usually this is only for use on the local machine.

···

On Apr 26, 2009, at 14:40, Aaron Patterson wrote:

On Mon, Apr 27, 2009 at 04:20:04AM +0900, stevegoobermanhill@googlemail.com > wrote:

Hi,
I'm using ruby on a machine behind a severely locked down firewall
where all ports are closed by default, and I only open the ones I will
need.

What port does gem run through please?

Port 80