From: Sasa Ebach Date: 2007-10-22T12:15:01+09:00 Subject: Re: RubyGems Beta 0.9.4.6 > On Oct 21, 2007, at 09:11 , Sasa Ebach wrote: >> Here is a little thing that would also be nice. Autodownload of older >> versions of a gem if a new gem requires it. Even if a newer version of >> the dependency is alreay installed: >> >> C:\Documents and Settings\Sasa>gem install scrubyt --no-rdoc --no-ri >> Bulk updating Gem source index for: http://gems.rubyforge.org >> ERROR: Error installing scrubyt: >> scrubyt requires RubyInline (= 3.6.3) >> >> C:\Documents and Settings\Sasa>gem list RubyInline >> >> *** LOCAL GEMS *** >> >> RubyInline (3.6.4) >> RubyInlineAcceleration (0.0.1) > > This is a bug. Before submitting let me add this: G:\>gem install RubyInline --no-rdoc --no-ri -v 3.6.3 Installing gem RubyInline-3.6.4 Successfully installed RubyInline-3.6.4 ERROR: could not find 3.6.3 locally or in a repository 1 gem installed Seems like the 3.6.3 version doesn't even exist. Do you still need me to add this bug to the tracker? -se