Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Jul 2018 18:19:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        ruby@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 229546] lang/ruby24: rdoc is installed but cannot be managed by devel/ruby-gems
Message-ID:  <bug-229546-21402-kveRzeyJvU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-229546-21402@https.bugs.freebsd.org/bugzilla/>
References:  <bug-229546-21402@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-ruby mailing l=
ist
<ruby@FreeBSD.org> for maintainer-feedback:
Bug 229546: lang/ruby24: rdoc is installed but cannot be managed by
devel/ruby-gems
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229546



--- Description ---
This is causing confusions. There is a rubygem-rdoc (4.3.0) in the ports but
it's not depended by ruby or ruby-gem, however, ruby installs a newer versi=
on
of rdoc (5.0.0), but gem cannot see it.

vagrant@freebsd:~ % sudo pkg install ruby

[1/1] Installing ruby-2.4.4,1...
[1/1] Extracting ruby-2.4.4,1: 100%

vagrant@freebsd:~ % rdoc --version
5.0.0

vagrant@freebsd:~ % sudo pkg install ruby24-gems

[1/1] Installing ruby24-gems-2.7.6...
[1/1] Extracting ruby24-gems-2.7.6: 100%

vagrant@freebsd:~ % gem list
*** LOCAL GEMS ***

vagrant@freebsd:~ % sudo pkg install rubygem-rdoc

[1/1] Installing rubygem-rdoc-4.3.0_1...
[1/1] Extracting rubygem-rdoc-4.3.0_1: 100%

vagrant@freebsd:~ % gem list
*** LOCAL GEMS ***
rdoc (4.3.0)

vagrant@freebsd:~ % rdoc --version
4.3.0



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