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
FWIW I had this problem and fixed it by removing some conditional statements from my Gemfile (conditionals on OS) and rerunning bundle.