On Mar 21, 2:20 am, Andre In la <[email protected]>
wrote:
> alberto wrote:
> > has you tried
>
> > sudo gem install rubygems-update
> > sudo update_rubygems
>
> Yes, I did do that
>
> Also,
>
> which ruby => /usr/local/bin/ruby
> which gem => /usr/local/bin/gem
> which mongrel_rails => /usr/bin/mongrel_rails
>
What this means is that your ruby and gem commands were from the ruby
installation in /usr/local, which you have kept up to date (hence gem -
v returning 1.3.1) but the mongrel_rails command was part of the ruby
installation that came with OS X and was using the version of gem that
was part of that ruby installation, which happened to be an earlier
version. removing /usr/bin/mongrel_rails was actually unecessary -
installing mongrel will have created a /usr/local/bin/mongrel_rails
which would have taken precedence over the one in /usr/bin.
Fred
> Any ideas?
> --
> Posted viahttp://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---