From: "Älphä Blüë" Date: 2009-07-23T04:43:43+09:00 Subject: Re: Gem versions and Gem lists different after update I fixed this issue - just a simple problem but hard to catch unless you have good eyes: GEM_PATH /lib/ruby/gems/1.8 I'm so used to working on linux and windows both that this looked perfectly fine to me. However, on windows it should have had a full directory path. Therefore, when it didn't exist, it automatically created a lib directory under the root of C:\ and started to place gems in there. I actually like having them in a separate place because I use more than one ruby installation so I moved all my gems to this location and it's working fine now. Just an fyi in case someone else has this issue. -- Posted via http://www.ruby-forum.com/.