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?
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??
…
… 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
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.