Hello! I cannot force a new application to run, it cannot update gems to the required version. Could you suggest a solution?
$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 7.10 Release: 7.10 Codename: gutsy $ ruby -v ruby 1.8.6 (2007-06-07 patchlevel 36) [i486-linux] $ gem -v 1.2.0 $ sudo gem install rubygems-update Successfully installed rubygems-update-1.3.1 1 gem installed $ sudo gem update --system Updating RubyGems Nothing to update $ script/console Rails requires RubyGems >= 1.3.1 (you have 1.1.0). Please `gem update --system` and try again. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

