| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-30 | Move tsort under the vendor directory | Hiroshi SHIBATA | |
| 2023-12-14 | [rubygems/rubygems] Upgrade vendored libraries | David RodrÃguez | |
| To match the versions that will be included in final ruby release. https://github.com/rubygems/rubygems/commit/84394919fb | |||
| 2022-12-11 | [rubygems/rubygems] Bump Molinillo and tsort | David RodrÃguez | |
| And configure tsort to be vendored as a dependency of Molinillo. https://github.com/rubygems/rubygems/commit/8ec749f891 | |||
| 2021-11-19 | Do not document vendored files [ci skip] | Nobuyoshi Nakada | |
| Just duplications. | |||
| 2021-10-29 | [rubygems/rubygems] Vendor tsort into rubygems | Frederik Dudzik | |
| So that it loads a consistent version of the library and `rubygems` is never affected by gem activation conflicts related to `tsort`. Getting CI green required updating one `bundler` spec, because `tsort` is no longer loaded by `bundle clean` until after `BUNDLE_PATH` has been changed, so to ensure it is found, it needs to be installed under `BUNDLE_PATH` as well (which will be different from the global system path on Bundler 3, meaning installing `tsort` to the global system path is not enough there). This spec workaround can be removed once we also vendor `tsort` inside `bundler`. https://github.com/rubygems/rubygems/commit/d326880999 | |||
