Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Dec 30, 2013

Related to #5943

@jbabe
Copy link

jbabe commented Jan 3, 2014

@randx any chance this will be merged in soon? This resolves the bundle install failure I'm running into on ubuntu 12.0.4. Thanks.

dzaporozhets added a commit that referenced this pull request Jan 4, 2014
@dzaporozhets dzaporozhets merged commit 180ab97 into gitlabhq:6-4-stable Jan 4, 2014
@mic159
Copy link

mic159 commented Jan 5, 2014

I am having issues upgrading to 6.4 now, it appears that you did not completely fix the Gemfile.lock.

I am getting:

me@host:/home/git/gitlab$ 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/`

To fix it, I changed Gemfile.lock, under the DEPENDENCIES section at the bottom
from:
gon!
to:
gon (~> 5.0.0)

@freaz
Copy link

freaz commented Jan 5, 2014

Same issue for me. Gemfile.lock isn't updated.

yasuoza added a commit to yasuoza/gitlabhq that referenced this pull request Jan 5, 2014
@corpix
Copy link

corpix commented Jan 6, 2014

Looks like latest fix haven't been merged into 6-4-stable. I was affected by this issue while installing gitlab from the scratch

@corpix
Copy link

corpix commented Jan 6, 2014

Oops. It's still open. I need some sleep XD

@jozefvaclavik
Copy link
Contributor

+1 here. Meanwhile you can hack it by updating your Gemfile.lock on line 594. Change gon! to gon (~> 5.0.0) and then run bundle install from install guide again.

dzaporozhets added a commit that referenced this pull request Jan 7, 2014
Fix 'gon' gem install failure. refs #5955
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

6 participants