I want to freeze a specific gem into my Rails application.
In rails 2 there was this command:
rake gems:unpack
I can\'t find that c
I think what you are looking for is
bundle package
checkout the man pages here: http://gembundler.com/man/bundle-package.1.html