How is the IP numbers I have to add in firewall to allow Rubygems?
We don’t use Proxy, only IP restriction.
How is the IP numbers I have to add in firewall to allow Rubygems?
We don’t use Proxy, only IP restriction.
Look in your various gems, and see where they are sourced from. In
Terminal or the local equivalent, type the following command:
host server.hostname.dom
You should see back the primary ip address in reply.
Walter
They usually just use http URLs, so 80. It could vary on a case-by-case
basis. Anything from github will be on 443, since they run everything
through ssl. For a start, I would open 443 and 80 for each of the host
addresses.
Walter
Nice, tks!!
How port gems use?
Tks.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs