How will “bundle install --deployment” work in rails 4 So what would be importance of --deployment flag.It's very handy in rails 3.x when bundler can't run as root and this flag will resolve gem dependencies by isolating gems in vendor/plugin.I mean can we still bundle app specific gems in rails 4?