I have been doing JavaScript and some Erlang for about six months, and I have not done any Rails programs lately. Today, on my new PC, I went to install Rails, but got this error:
gem install rails
WARNING: RubyGems 1.2+ index not found for:
http://gems.rubyforge.org/
RubyGems will revert to legacy indexes degrading performance.
Bulk updating Gem source index for: htp: //gems.rubyforge.org/
ERROR: While executing gem ... (Gem :: RemoteSourceException)
Error fetching remote gem cache: SocketError: getaddrinfo: The system cannot
find the file specified. (http://gems.rubyforge.org/yaml)
A friend of mine said: β gem -v? β, To which I answered β1.3.5.β He suggested updating to 1.3.6, but I had the same problem. Then I installed some gems for testing with github .
I donβt know if I have disappeared a source or something like that, or if something has changed a lot in gems.
also:
gem sources -a htp: //gemcutter.org/
Error fetching htp: //gemcutter.org/:
SocketError: getaddrinfo: The system cannot find the file specified. (http://gemcutter.org/specs.4.8.gz)
ruby rubygems gem
user290145
source share