I just received a new issue for RVM::FW (
https://github.com/stevenhaddox/rvm_fw/issues/14) when we started using one of the more recent versions of RVM (1.17.x when our prior was 1.13). It looks like there's been some hard-coded GitHub URLs to query for RubyGems versions added to the code-base without a way to override that URL. This pretty much kills the ability to have these versions of RVM work properly in a firewalled / LAN environment without external Internet access.
Is there any way we can have any hard-coded URLs be overridden within the existing config file (~/user/db) so that we can avoid outgoing calls that are failing to return an expected version and override it with the version / download URL for rubygems that we have available internally?
Also, if this already exists and we are just missing a step please let us know what we need to add to the ~/user/db file in order to override the URL it's looking for.
Thanks a ton for all your great work. RVM's been a life-save for **years** for many people who also use RVM::FW.