From: "John T." Date: 2008-06-02T21:53:36+09:00 Subject: gem update - Doing multiple updates? I just did a gem update to update to the latest Rails (2.1), and I noticed that the update command looks like it updated the same gems multiple times: (on WinXP - not my normal system) Updating installed gems Bulk updating Gem source index for: http://gems.rubyforge.org/ Updating actionmailer Bulk updating Gem source index for: http://gems.rubyforge.org/ Successfully installed activesupport-2.1.0 Successfully installed actionpack-2.1.0 Successfully installed actionmailer-2.1.0 Updating activerecord Successfully installed activesupport-2.1.0 Successfully installed actionpack-2.1.0 Successfully installed actionmailer-2.1.0 Successfully installed activerecord-2.1.0 Updating activeresource Successfully installed activesupport-2.1.0 Successfully installed actionpack-2.1.0 Successfully installed actionmailer-2.1.0 Successfully installed activerecord-2.1.0 Successfully installed activeresource-2.1.0 Updating net-scp Successfully installed activesupport-2.1.0 Successfully installed actionpack-2.1.0 Successfully installed actionmailer-2.1.0 Successfully installed activerecord-2.1.0 Successfully installed activeresource-2.1.0 Successfully installed net-ssh-2.0.2 Successfully installed net-scp-1.0.1 Updating net-sftp Successfully installed activesupport-2.1.0 Successfully installed actionpack-2.1.0 Successfully installed actionmailer-2.1.0 Successfully installed activerecord-2.1.0 Successfully installed activeresource-2.1.0 Successfully installed net-ssh-2.0.2 Successfully installed net-scp-1.0.1 Successfully installed net-sftp-2.0.1 Updating rails Successfully installed activesupport-2.1.0 Successfully installed actionpack-2.1.0 Successfully installed actionmailer-2.1.0 Successfully installed activerecord-2.1.0 Successfully installed activeresource-2.1.0 Successfully installed net-ssh-2.0.2 Successfully installed net-scp-1.0.1 Successfully installed net-sftp-2.0.1 Successfully installed rails-2.1.0 Updating sqlite3-ruby Successfully installed activesupport-2.1.0 Successfully installed actionpack-2.1.0 Successfully installed actionmailer-2.1.0 Successfully installed activerecord-2.1.0 Successfully installed activeresource-2.1.0 Successfully installed net-ssh-2.0.2 Successfully installed net-scp-1.0.1 Successfully installed net-sftp-2.0.1 Successfully installed rails-2.1.0 Successfully installed sqlite3-ruby-1.2.2-x86-mswin32 Updating tzinfo Successfully installed activesupport-2.1.0 Successfully installed actionpack-2.1.0 Successfully installed actionmailer-2.1.0 Successfully installed activerecord-2.1.0 Successfully installed activeresource-2.1.0 Successfully installed net-ssh-2.0.2 Successfully installed net-scp-1.0.1 Successfully installed net-sftp-2.0.1 Successfully installed rails-2.1.0 Successfully installed sqlite3-ruby-1.2.2-x86-mswin32 Successfully installed tzinfo-0.3.9 Updating windows-pr Successfully installed activesupport-2.1.0 Successfully installed actionpack-2.1.0 Successfully installed actionmailer-2.1.0 Successfully installed activerecord-2.1.0 Successfully installed activeresource-2.1.0 Successfully installed net-ssh-2.0.2 Successfully installed net-scp-1.0.1 Successfully installed net-sftp-2.0.1 Successfully installed rails-2.1.0 Successfully installed sqlite3-ruby-1.2.2-x86-mswin32 Successfully installed tzinfo-0.3.9 Successfully installed windows-pr-0.8.5 Gems updated: activesupport, actionpack, actionmailer, activesupport, actionpack , actionmailer, activerecord, activesupport, actionpack, actionmailer, activerec ord, activeresource, activesupport, actionpack, actionmailer, activerecord, acti veresource, net-ssh, net-scp, activesupport, actionpack, actionmailer, activerec ord, activeresource, net-ssh, net-scp, net-sftp, activesupport, actionpack, acti onmailer, activerecord, activeresource, net-ssh, net-scp, net-sftp, rails, activ esupport, actionpack, actionmailer, activerecord, activeresource, net-ssh, net-s cp, net-sftp, rails, sqlite3-ruby, activesupport, actionpack, actionmailer, acti verecord, activeresource, net-ssh, net-scp, net-sftp, rails, sqlite3-ruby, tzinf o, activesupport, actionpack, actionmailer, activerecord, activeresource, net-ss h, net-scp, net-sftp, rails, sqlite3-ruby, tzinfo, windows-pr -- Posted via http://www.ruby-forum.com/.