Error while updating from 6.3 to 6.4
Created by: inouire
I have a setup of version 6.3 which works fine, and when I try to update to 6.4 with this guide https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/6.3-to-6.4.md I get this error at step 4:
sudo -u git -H bundle install --without development test mysql --deployment
You are trying to install in deployment mode after changing
your Gemfile. Run `bundle install` elsewhere and add the
updated Gemfile.lock to version control.
You have added to the Gemfile:
* gon (~> 5.0.0)
You have deleted from the Gemfile:
* gon
You have changed in the Gemfile:
* gon from `no specified source` to `rubygems repository https://rubygems.org/`
My install runs on Debian Wheezy I did not modify Gemfile nor Gemfile.lock by hand.