Skip to content
Snippets Groups Projects

Gem 'gon' issue on Ubuntu LTS

Merged gitlab-qa-bot requested to merge github/fork/wishlistmaster/6-4-stable into 6-4-stable

Created by: wishlistmaster

Related to #5943 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Created by: jbabe

    @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.

    By Administrator on 2014-01-03T16:19:34 (imported from GitLab project)

    By Administrator on 2014-01-03T16:19:34 (imported from GitLab)

  • Created by: mic159

    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)

    By Administrator on 2014-01-05T00:57:52 (imported from GitLab project)

    By Administrator on 2014-01-05T00:57:52 (imported from GitLab)

  • Created by: freaz

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

    By Administrator on 2014-01-05T11:43:54 (imported from GitLab project)

    By Administrator on 2014-01-05T11:43:54 (imported from GitLab)

  • Created by: corpix

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

    By Administrator on 2014-01-06T05:48:19 (imported from GitLab project)

    By Administrator on 2014-01-06T05:48:19 (imported from GitLab)

  • Created by: corpix

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

    By Administrator on 2014-01-06T05:49:37 (imported from GitLab project)

    By Administrator on 2014-01-06T05:49:37 (imported from GitLab)

  • Created by: jozefvaclavik

    +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.

    By Administrator on 2014-01-06T11:05:37 (imported from GitLab project)

    By Administrator on 2014-01-06T11:05:37 (imported from GitLab)

Please register or sign in to reply
Loading