I installed Ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0] using rvm and now I have the list:
⇒ rvm list
rvm rubies
jruby-1.6.8 [ x86_64 ]
jruby-1.7.0 [ x86_64 ]
jruby-1.7.1 [ x86_64 ]
mruby-head [ x86_64 ]
rbx-head [ x86_64 ]
ruby-1.8.7-head [ i686 ]
ruby-1.8.7-p374 [ i686 ]
ruby-1.9.3-p194 [ x86_64 ]
ruby-1.9.3-p286 [ x86_64 ]
* ruby-2.0.0-p353 [ x86_64 ]
=> ruby-2.0.0-p451 [ x86_64 ]
ruby-2.0.0-preview2 [ x86_64 ]
ruby-head [ x86_64 ]
# => - current
# =* - current && default
# * - default
⇒ ruby -v
ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]
Now I'm not being able to install any gem and when I do that I get an error:
⇒ gem install will_paginate
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
Errno::ETIMEDOUT: Operation timed out - connect(2) (https://your-dns-needs-immediate-attention.hi.link/quick/Marshal.4.8/will_paginate-3.0.7.gemspec.rz)
I'm getting almost the same error whenever I try to install any of the gems.
Any help would be highly appreciated.
Cheers