Can't update actionmailer gem?

Trying to update actionmailer gem, and it’s complaining about the
version of actionpack not being correct.

C:\eclipse\workspace>gem update actionmailer
Updating installed gems…
Attempting remote update of actionmailer
Install required dependency actionpack? [Yn] Y
ERROR: While executing gem … (Gem::GemNotFoundException)
Could not find actionpack (= 1.12.4) in the repository

My version of actionpack is 1.12.3 and I updated it explicitly and
didn’t see 1.12.4.

Is this an error in the posting of the actionmailer gem or a local gem
problem that I have?

Thanks,
Wes

On 8/9/06, Wes G. [email protected] wrote:

Trying to update actionmailer gem, and it’s complaining about the
version of actionpack not being correct.

C:\eclipse\workspace>gem update actionmailer
Updating installed gems…
Attempting remote update of actionmailer
Install required dependency actionpack? [Yn] Y
ERROR: While executing gem … (Gem::GemNotFoundException)
Could not find actionpack (= 1.12.4) in the repository

I’m glad I’m not the only one seeing this. I just installed InstantRails
and
tried to update the gems. I received the same error.

Doing a
gem list -r actionpack
shows the latest version is 1.12.3, so I don’t know why actionmailer
wants
1.12.4.

… Unless they’re in the middle of releasing an update??

jt

That’s my guess.

WG

On 8/9/06, John T. [email protected] wrote:


… Unless they’re in the middle of releasing an update??

jt

It looks like there may be an update coming soon. Executing:

gem list -r rails

shows:

rails (1.1.5, 1.1.4, 1.1.3, […] )

And I’m now getting when I try an update:

Upgrading installed gems…
Updating Gem source index for: http://gems.rubyforge.org
Attempting remote upgrade of actionmailer
Attempting remote installation of ‘actionmailer’
ERROR: While executing gem … (OpenURI::HTTPError)
404 Not Found

Just have to be patient now.

jt