RubyGemInstallError

C

Chandu80

I have installed ruby 1.8.6
To install watir these are the steps I followed

set HTTP_PROXY=http://my.work.proxy:8080(I entered the proxy address)
gem update --system
gem install watir

Now when I run a ruby script
I get the following error

ruby: No such file or directory -- a.rb (LoadError)(a is the name of
the file)

Now I tried to re-install watir using
gem install watir

I get the following error.

ERROR: http://gems.rubyforge.org/ does not appear to be a repository
ERROR: could not find gem watir locally or in a repository

Does anybody know how to solve this error?
 
E

Eric Hodel

I have installed ruby 1.8.6
To install watir these are the steps I followed

set HTTP_PROXY=http://my.work.proxy:8080(I entered the proxy address)
gem update --system
gem install watir

Now when I run a ruby script
I get the following error

ruby: No such file or directory -- a.rb (LoadError)(a is the name of
the file)

Now I tried to re-install watir using
gem install watir

I get the following error.

ERROR: http://gems.rubyforge.org/ does not appear to be a repository
ERROR: could not find gem watir locally or in a repository

Does anybody know how to solve this error?

gem -V --backtrace install watir
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,277
Latest member
VytoKetoReview

Latest Threads

Top