Can't upgrade to newer rubygems version with explicit version number
gem --version
1.6.0
sudo gem update --system 1.6.1 --no-rdoc --no-ri
Latest version currently installed. Aborting.
sudo gem update --system --no-rdoc --no-ri
...
gem --version
1.6.1
I can go down from 1.6.1 to 1.6.0 with --system 1.6.0, but not up from 1.6.0 to 1.6.1 ...
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Luis Lavena on 07 Mar, 2011 03:36 PM
Have you tried just:
gem update --system
That should upgrade to latest 1.6.1 automatically.
3 Posted by Martin Tepper on 07 Mar, 2011 03:44 PM
@Luis
Yes, I have, and it works. But I want to nail down the version of rubygems, as we've had failed deploys because occasionally a rubygems update breaks some gem.
4 Posted by Martin Tepper on 09 Mar, 2011 08:56 AM
So, can I report this as a bug somewhere ? Because as it is, we need to use a workaround to get it working.
5 Posted by Martin Tepper on 10 Mar, 2011 04:45 PM
Filed a bug and a possible solution here: http://rubyforge.org/tracker/index.php?func=detail&aid=29074&am...
Support Staff 6 Posted by Nick Quaranto on 02 Apr, 2011 10:50 PM
Closing this out since you made a bug, but Eric couldn't reproduce it:
http://rubyforge.org/tracker/index.php?func=detail&aid=29074&am...
Nick Quaranto closed this discussion on 02 Apr, 2011 10:50 PM.