Weird error on updating rails

Hi all,

I have been trying to update my rails installation on Mac OS X and am
seeing this message during the installation. Can anyone suggest what may
be happening, and is it anything for me to worry about?

lynley:~ ian$ sudo gem install rails --include-dependencies
Successfully installed rails-1.2.3
Successfully installed activesupport-1.4.2
Successfully installed activerecord-1.15.3
Successfully installed actionpack-1.13.3
Successfully installed actionmailer-1.3.3
Successfully installed actionwebservice-1.2.3
Installing ri documentation for activesupport-1.4.2…
Installing ri documentation for activerecord-1.15.3…
Installing ri documentation for actionpack-1.13.3…

lib/action_controller/routing.rb:1061:30: ‘:’ not followed by identified
or operator

lib/action_controller/routing.rb:1065:39: ‘:’ not followed by identified
or operator

The same error comes up twice during the installation.

Thanks for any guidance.

Ian.

Ian P. wrote:

Hi all,

lib/action_controller/routing.rb:1061:30: ‘:’ not followed by identified
or operator

I met the same problem, but nothing bad happen yet…

It’s said this problem only has something to do with Doc files…

Nanyang Z. wrote:

Ian P. wrote:

Hi all,

lib/action_controller/routing.rb:1061:30: ‘:’ not followed by identified
or operator

I met the same problem, but nothing bad happen yet…

It’s said this problem only has something to do with Doc files…

OK, thanks. That is reassuring.