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

            Bug ID: 229546
           Summary: lang/ruby24: rdoc is installed but cannot be managed
                    by devel/ruby-gems
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: r...@freebsd.org
          Reporter: y...@freebsd.org
             Flags: maintainer-feedback?(r...@freebsd.org)
          Assignee: r...@freebsd.org

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 version
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

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-ruby@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ruby
To unsubscribe, send any mail to "freebsd-ruby-unsubscr...@freebsd.org"

Reply via email to