how to update rubygems in ubuntu 10.4?

Posted by fayer on Stack Overflow See other posts from Stack Overflow or by fayer
Published on 2010-06-11T06:11:19Z Indexed on 2010/06/11 6:12 UTC
Read the original article Hit count: 407

Filed under:
|
|

when i run "gem -v" i get 1.3.5

i want to upgrade that version cause the bundler gem has to run on a higher version.

i have run "apt-get install rubygems"

but the version when typing "gem -v" is still 1.3.5.

i cant use "gem update --system" on ubuntu, it tells me to update gem using apt-get.

please help

© Stack Overflow or respective owner

Related posts about ruby

Related posts about ubuntu