On Fri, Sep 4, 2009 at 1:57 PM, tispratik<[email protected]> wrote: > > sorry the patch is at > http://weblog.rubyonrails.org/assets/2009/9/4/2-3-CVE-2009-3009.patch
Patches aren't formatted for viewing in a browser, the newline characters will render as spaces, this is normal. You probably want to do something like this: cd /path/to/ruby/gems wget http://weblog.rubyonrails.org/assets/2009/9/4/2-3-CVE-2009-3009.patch cat 2-3-CVE-2009-3009.patch | patch -p1 -- Greg Donald http://destiney.com/ --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] 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 -~----------~----~----~----~------~----~------~--~---

