[Bug 224232] category/portname www/gitlab: rubygem-pg was upgraded - Gemfile needs update

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Dec 10 21:54:14 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224232

            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 at freebsd.org
          Reporter: gdinolt at pacbell.net
          Assignee: tz at freebsd.org
             Flags: maintainer-feedback?(tz at 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.
...
--- 


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

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


More information about the freebsd-ports-bugs mailing list