Unable to instal Ruby Gems in Windows 7

After installing Ruby 1.8.6 i am trying to install cucumber through
command prompt. I am getting error “HTTP error 303”…Can any one explian
what is the installation procedure for ruby gems…? Please reply…

Murali Raju Nadakuditi wrote in post #1140213:

After installing Ruby 1.8.6 i am trying to install cucumber through
command prompt. I am getting error “HTTP error 303”…Can any one explian
what is the installation procedure for ruby gems…? Please reply…

Sorry in advance for not being much help, but where on earth did you
find a 1.8.6 installer? That’s a seven year old package you have there.

Personally I’d start by installing a more up-to-date (and supported)
version of Ruby, such as 2.1.1.

Regarding your error, can you show us (i.e. by copy-and-paste) what you
tried to do (what you typed) and the exact result? In general, HTTP 303
is a redirect, usually accompanied by a “Location” header which tells
you where you should be sending the request.