Hi all,
I am getting "Could not find a valid gem 'cucumber' (>= 0) in any repository... SocketError: getaddrinfo: No such host is known" error while trying to install cucumber. PFB the details:
"ruby -v"
ruby 1.9.3p484 (2013-11-22) [i386-mingw32]
"gem -v"
1.8.28
"gem install cucumber"
ERROR: Could not find a valid gem 'cucumber' (>= 0) in any repository
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) SocketError: getaddrinfo: No such host is known. (http://rubygems.org/latest_specs.4.8.gz)
"ruby dk.rb install"
[INFO] Skipping existing gem override for 'C:/Ruby/Ruby193' [WARN] Skipping existing DevKit helper library for 'C:/Ruby/Ruby193'
I have placed Ruby in C:\Ruby\Ruby193 and DevKit in C:\Ruby\DevKit paths.
Do let me know what I am missing.
Hi all,
I am getting "Could not find a valid gem 'cucumber' (>= 0) in any repository... SocketError: getaddrinfo: No such host is known" error while trying to install cucumber. PFB the details: