Can not update gems on production server.
I\'ve tried bundle install --deployment and bundle install --without development test
bundle install --deployment
bundle install --without development test
But kee
I have had this problem (Ubuntu 12.10 & 12.04, one of which behind a proxy server). My problem was that I had some git:// protocols in the Gemfile. Changing this to http:// helped me get it all working.
git://
http://