Freezing non-rails gems

Hello,

What is the 2010 way to get my non-rails gems frozen into my app?

TIA! a.

Adam Ms. wrote:

Hello,

What is the 2010 way to get my non-rails gems frozen into my app?

rake gems:unpack , for Rails 2.x. Rails 3 uses Bundler.

TIA! a.

Best,

That's the ticket! Thank you. a.