Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2019 13:14:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 242703] net/rubygem-octokit deprecated class used
Message-ID:  <bug-242703-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 242703
           Summary: net/rubygem-octokit deprecated class used
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ruby@FreeBSD.org
          Reporter: yom@iaelu.net
             Flags: maintainer-feedback?(ruby@FreeBSD.org)
          Assignee: ruby@FreeBSD.org

Recently got a problem using www/gitlab-ce which is using net/rubygem-octok=
it.
I can't paste here exact messages because I forgot to copy that to some pla=
ce
this week-end.

It seems that I had to patch this file:
/usr/local/lib/ruby/gems/2.6/gems/octokit-4.13.0/lib/octokit/middleware/fol=
low_redirects.rb

so that it does not use a deprecated '...ClientError' class, and had to rep=
lace
with 'Faraday::ClientError' instead of the one used when the package is
installed from packages. It should be located on line 14, and now is :

```
    class RedirectLimitReached < Faraday::ClientError
```

Sorry if this is not very clear.

--=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-242703-7788>