Rails 2.1 , how to upgrade Prototype version to 1.6.0.2?

at the present time all my new apps are created with the Protoype.js
version 1.6.0.1…
the latest version 1.6.0.2 correct some bugs…
how can I upgrade my rails lib to the new version and get this latest
version included in all my new rails apps… ?

thanks fyl

Erwin

On Jun 22, 6:05 pm, Erwin [email protected] wrote:

at the present time all my new apps are created with the Protoype.js
version 1.6.0.1…
the latest version 1.6.0.2 correct some bugs…
how can I upgrade my rails lib to the new version and get this latest
version included in all my new rails apps… ?

just upgrade the files in your_app/public/javascripts

Fred

Frederick C. wrote:

On Jun 22, 6:05�pm, Erwin [email protected] wrote:

at the present time all my new apps are created with the Protoype.js
version 1.6.0.1…
the latest version 1.6.0.2 correct some bugs…
how can I upgrade my rails lib to the new version and get this latest
version included in all my new rails apps… ?

just upgrade the files in your_app/public/javascripts

Fred

oh wow,
I thought rake rails:update:javascripts did a remote fetch,
but it seems it just copies them over from the gem…
crazy stuff!