On Sat, Sep 2, 2023 at 12:09 PM Rafael Sadowski <raf...@sizeofvoid.org> wrote:
> On Sat Sep 02, 2023 at 09:56:10AM +0000, Jeremy Evans wrote: > > After going through all of our Ruby ports, I think we should remove the > > ports listed below. These are a set of leaf ports (some of these ports > > depend on others in the set, but nothing outside this set depends on > > something inside this set). These are all pure-ruby ports that don't > > benefit from packaging. > > That means we can install it by using gem(1), correct? > Correct. OpenBSD packages for ruby gems should be equivalent to what you would get by installing the gem directly. Thanks, Jeremy