Re: default gems in ruby deployment

2022-06-01 Thread Andreas 'Segaja' Schleifer
On 6/1/22 20:31, Anatol Pomozov wrote: Hello Andreas Thank you for your research. The standard gems are indeed a source of confusion both in Ruby distribution and in Arch packages. One thing that could really help here is a working proposal with a patch to PKGBUILD. If you can come up with

Re: default gems in ruby deployment

2022-06-01 Thread Anatol Pomozov
Hello Andreas Thank you for your research. The standard gems are indeed a source of confusion both in Ruby distribution and in Arch packages. One thing that could really help here is a working proposal with a patch to PKGBUILD. If you can come up with one please file an arch bug and share it wit

default gems in ruby deployment

2022-06-01 Thread Andreas 'Segaja' Schleifer
Hello everyone, | | | || while trying to package the ruby framework rails [0] I stumbled over the fact that ruby itself is shipping an assortment of "default gems" which they call "Standard Library" [1] [2] || and something called "Bundled Gems" [3], which is another set of "default gems". ||