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 -- Posted via http://www.ruby-forum.com/.
On 8/9/06, Wes Gamble <weyus@att.net> 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 repositoryI''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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060809/b910fb82/attachment.html
That''s my guess. WG -- Posted via http://www.ruby-forum.com/.
On 8/9/06, John Tsombakos <tsom.rails@gmail.com> 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060809/3f13f8da/attachment.html