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
精彩评论