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
bundle install failed on my "development" machine because of the mysql-gem on osx...
I also needed a quick fix. So I cloned the repo to a new folder on the production machine, ran "bundle install" there and committed the Gemfile.lock to the repo.