开发者

Why does running 'bundle install' on the server install development gems? how to force production?

I'm on my server, and it installs all the gems and I want only the produciton gems to be installed.

How can I force production gems only? i.e. not the gems found in t开发者_如何学Gohe dev/test blocks.


bundle install --without development test

http://gembundler.com/groups.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜