Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Dec 2017 21:54:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 224232] category/portname  www/gitlab: rubygem-pg was upgraded - Gemfile needs update
Message-ID:  <bug-224232-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224232

            Bug ID: 224232
           Summary: category/portname  www/gitlab: rubygem-pg was upgraded
                    - Gemfile needs update
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: tz@freebsd.org
          Reporter: gdinolt@pacbell.net
          Assignee: tz@freebsd.org
             Flags: maintainer-feedback?(tz@freebsd.org)

Attempting to configure gitlab after installation fails with error:

You have requested:
  pg ~> 0.18.2

The bundle currently has pg locked at 0.21.0.
Try running `bundle update pg`

If you are updating multiple gems in your Gemfile at once,
try passing them all to `bundle update`
Run `bundle install` to install missing gems.
...
---=20


Freebsd: FreeBSD gitlab 11.1-STABLE FreeBSD 11.1-STABLE #5 r326612

Portrevision: Revision: 455881

Gitlab and support files built from ports.

Gitlab configuration instructions followed from:
http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/install/10.1-=
freebsd.md

Gitlab seems to work if /usr/local/www/gitlab/Gemfile is updated to point to
currently installed rubygem-pg file: ports r455881 (databases/rubygem-pg),
rubygem-pg version 0.21.0

15c15
< gem 'pg', '~> 0.18.2', group: :postgres
---
> gem 'pg', '~> 0.21.0', group: :postgres

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224232-13>