rubygems / rfcs

RubyGems + Bundler RFCs
45 stars 40 forks source link

Working with stdlib gems #19

Closed indirect closed 3 years ago

indirect commented 5 years ago

Rendered

voxik commented 3 years ago

Have somebody considered to use something like Modulation? That would make the bundling easier. In fact, that would allow to ship the packages unmodified as just different version of gem and load them for Bundler in its own namespace, leaving regular user to choose whatever version is required.

deivid-rodriguez commented 3 years ago

Most issues with stdlib gems are fixed now, so in my opinion, not worth exploring. We have bigger fish to fry.

deivid-rodriguez commented 3 years ago

@indirect We have actually been using this strategy for a while, so I think this is good to merge since it's something we already do.

indirect commented 3 years ago

👍🏻 will merge