Getting actionailer-2.0.2.gem error Rails 2.0.2

I noticed that while trying to update Rails 2.0.2 and I cannot update my
gems.

Ubuntu system:
gem -v 0.9.5
rails -v 2.0.2
ruby -v 1.8.6

Leopard System:
gem 0.9.5
rails 2.0.1
ruby 1.8.5

I GET THE SAME ERROR ON BOTH SYSTEMS.

I ran:
sudo gem update

Now I get an error:
OpenURI::HTTPError: 404 Not Found reading
http://gems.rubyforge.org/gems/actionmailer-2.0.2.gem

On Dec 17, 2007 1:02 PM, Bill Davenport
[email protected] wrote:

sudo gem update

Now I get an error:
OpenURI::HTTPError: 404 Not Found reading
RubyGems.org | your community gem host

My experience has been that occasional bandwidth outages are fairly
normal for rubyforge. Just keep trying until it works.


Greg D.
http://destiney.com/

Dongyi Liu wrote:

or you could try use http://gems.rubyonrails.org as gem repository…
try:

sudo gem update --source http://gems.rubyonrails.org

Dongyi

Thanks, specifying the url worked.

bill

or you could try use http://gems.rubyonrails.org as gem repository…
try:

sudo gem update --source http://gems.rubyonrails.org

Dongyi