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???

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