Freeze_gems version number

I’m having a lot of problems with typo and rails 1.1 and I am looking
for a way to revert back to 1.0 just for specific projects with
problems.

Is there a way to run, rake freeze_gems, and specify rails 1.0?

Thanks

Joe C.

This seems to work for anyone else having problems with typo:

rake freeze_edge REVISION=3303


Joe C.