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?

On Wed, Jan 26, 2011 at 4:57 PM, Dog D. [email protected] wrote:


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

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

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.


Phillip G.

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.

Am 26.01.2011 16:57, schrieb Dog D.:


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


Ruby 1.9+ users should wait to upgrade