On Sep 19, 9:03 am, Web Reservoir <[EMAIL PROTECTED]>
wrote:
> Hi,
>
> I am using Rails 2.1.1 to stay in touch with the latest.
>
> I need to freeze the rails to version 2.0.2 for a project.
>
> But... The command in Rake tasks for Freeze allows only to freeze for
> the latest version
>

Try

rake rails:freeze:gems --version 2.0.2

or it might be

rake rails:freeze:gems VERSION=2.0.2

I can never remember which :-)

Jeff

REST with Rails: Austin, TX, Oct 4: 
http://www.purpleworkshops.com/workshops/rest-and-web-services
Save 10% with discount code PWRRGG

--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to