Hi, On Aug 15, 2010, at 5:12 AM, Kurtosis wrote:
> I'm new to merb and am setting it up on a VM - UbuntuServer on > VirtualBox, but am getting the following error when trying to install > merb: > >> sudo apt-get install ruby1.9.1-full rubygems1.9.1 > (success, no errors) >> sudo gem install merb > ERROR: Error installing merb > bundler requires RubyGems version >= 1.3.6 >> gem -v > 1.3.5 > > 1.9.1 is the latest version available in the Ubuntu repository. > Suggestions? There is a script to allow it. Try this: $ sudo gem install rubygems-update $ sudo update_rubygems best regards, pedro mg http://blog.tquadrado.com -- You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/merb?hl=en.
