How do I freeze gems into a Rails 3 application?

后端 未结 13 2003
遇见更好的自我
遇见更好的自我 2020-12-08 16:30

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

13条回答
  •  [愿得一人]
    2020-12-08 17:27

    I think what you are looking for is

    bundle package
    

    checkout the man pages here: http://gembundler.com/man/bundle-package.1.html

提交回复
热议问题