Gem update of rails GemNotFoundExpection

I am trying to update rails on a live box of mine and its bauking at
me. Is anyone else seeing a problem
I am doing a gem update -v 1.2.3 --include-dependencies.

Its giving me an error:
Attempting to remote update of 1.2.3
ERROR: While executing gem … (Gem::GemNotFoundException)
Could not find 1.2.3 (>0) in my repository

I just ran this on another box yesterday and it worked just fine.

Anyone have any ideas???

On 31 Oct 2007, at 19:49, Will wrote:

I am trying to update rails on a live box of mine and its bauking at
me. Is anyone else seeing a problem
I am doing a gem update -v 1.2.3 --include-dependencies.

You’ve left out rails :slight_smile:

Fred