Hi,
After I installed ruby 1.9.1, I run gem -v, it prints out gem 1.3.1 even
though I haven’t installed rubygem yet. Is this correct?
What should I do if I need different version of gem?
Thanks
Hi,
After I installed ruby 1.9.1, I run gem -v, it prints out gem 1.3.1 even
though I haven’t installed rubygem yet. Is this correct?
What should I do if I need different version of gem?
Thanks
After I installed ruby 1.9.1, I run gem -v, it prints out gem 1.3.1 even
though I haven’t installed rubygem yet. Is this correct?
Yes, ruby 1.9.1 comes pre-packaged with gem 1.3.1.
What should I do if I need different version of gem?
To update to the newest version, just use: gem update --system
-Jonathan N.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs