Skip to content

Remove Bundler 1.17.3 bundling by updating Bundler software to 2.x

Takuya Noguchi requested to merge update-bundler-software into master

What does this MR do?

Remove Bundler 1.17.3 bundling by updates Bundler software to 2.x.

LICENSE for Bundler is updated (upstream diff: https://github.com/rubygems/bundler/commit/162159575153ecb51af93ffc6b9dadf228cdc1bd):

bundler/bundler repo was renamed as rubygems/bundler by transferring, and then integrated into rubygems/rubygems. bundler is now released with bundler-vX.Y.Z tags since 2.2.

Reverts 317db579 to remove a patch for Bundler < 2.1.0. See rubygems/bundler#6501 (or PR:rubygems/bundler#7416).

Related issues

n/a

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion

Required

  • Merge Request Title, and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com
  • Pipeline is green on dev.gitlab.org if the change is touching anything besides documentation or internal cookbooks
  • trigger-package has a green pipeline running against latest commit

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA
  • Equivalent MR/issue for the GitLab Chart opened
Edited by Takuya Noguchi

Merge request reports