ERROR: while executing gem (Errno::ENOENT)

Just installed ruby on Windows 7. This is the error I get while running
'update_rubygems'.

C:\Ruby\bin>update_rubygems
RubyGems 1.4.2 installed
ERROR: While executing gem ... (Errno::ENOENT)
    No such file or directory - README

C:\Ruby\bin>

···

---

C:\Ruby\bin>ruby --version
ruby 1.9.1p430 (2010-08-16 revision 28998) [i386-mingw32]

C:\Ruby\bin>gem --version
1.4.2

----

What is the importance of this README file?

--
Posted via http://www.ruby-forum.com/.

You shouldn't update the built-in RubyGems, anyway.

In case you want to break stuff:

gem update --system

is the correct syntax to update RubyGems.

···

On Wed, Jan 26, 2011 at 4:57 PM, Dog Day <sbierman@gmail.com> wrote:

Just installed ruby on Windows 7. This is the error I get while running
'update_rubygems'.

C:\Ruby\bin>update_rubygems
RubyGems 1.4.2 installed
ERROR: While executing gem ... (Errno::ENOENT)
No such file or directory - README

C:\Ruby\bin>

---

C:\Ruby\bin>ruby --version
ruby 1.9.1p430 (2010-08-16 revision 28998) [i386-mingw32]

C:\Ruby\bin>gem --version
1.4.2

--
Phillip Gawlowski

Though the folk I have met,
(Ah, how soon!) they forget
When I've moved on to some other place,
There may be one or two,
When I've played and passed through,
Who'll remember my song or my face.

You *did* read the prominent message on rubygems.org and Rubygem's
release notes, did you?

···

Am 26.01.2011 16:57, schrieb Dog Day:

Just installed ruby on Windows 7. This is the error I get while running
'update_rubygems'.

C:\Ruby\bin>update_rubygems
RubyGems 1.4.2 installed
ERROR: While executing gem ... (Errno::ENOENT)
    No such file or directory - README

C:\Ruby\bin>

---

C:\Ruby\bin>ruby --version
ruby 1.9.1p430 (2010-08-16 revision 28998) [i386-mingw32]

C:\Ruby\bin>gem --version
1.4.2

----

What is the importance of this README file?

--------------------------------------
Ruby 1.9+ users should wait to upgrade
--------------------------------------

Full information here:
http://blog.zenspider.com/2010/12/rubygems-version-140-has-been.html

Vale,
Marvin