How to update the existing application to new rails version?

Just run rake rails:update in your application folder.

I have done it for our app and it was pretty painless.

Simon