Created attachment 202084 [details] patch file Update to 2.0.1.
QA looks good to me.
Just for the record, bundler 2 requires rubygems 3.0.0 at minimum. The current version of devel/ruby-gems is 3.0.3. Ready to commit.
A commit references this bug: Author: meta Date: Wed Apr 3 08:24:13 UTC 2019 New revision: 497674 URL: https://svnweb.freebsd.org/changeset/ports/497674 Log: sysutils/rubygem-bundler: Update to 2.0.1 PR: 235796 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Changes: head/sysutils/rubygem-bundler/Makefile head/sysutils/rubygem-bundler/distinfo
Committed, thanks!
A commit references this bug: Author: meta Date: Wed Apr 3 14:45:32 UTC 2019 New revision: 497732 URL: https://svnweb.freebsd.org/changeset/ports/497732 Log: Revert r497674, it breaks some consumers PR: 235796 Reported by: mfechner Changes: head/sysutils/rubygem-bundler/Makefile head/sysutils/rubygem-bundler/distinfo
Reverted due to breakage on some consumers. Need to keep 1.17 series as sysutils/rubygem-bundler117. And then I'll update rubygem-bundler again.
mfechner, you recent fix devel/gitaly and others seems to fix www/redmine and www/gitlab-ce with Bundler 2. Is Bundler 1 series still needed?
I have not tested it with the new version but in theory gitlab-ce should build. If it builds for you, it should normally work without any issues.
All PRs you created are looking fine for me. If you think you do not break anything, please continue to commit them all.
After I test all ports depends on bundler. Some more ports need to loosen bundler version pinning like bug 237384. I'm still not sure just looseing bundler version works well. $ grep bundler INDEX-12| cut -d\| -f2 | sed -e 's|^/usr/ports/||' $ for p in $(grep bundler INDEX-12| cut -d\| -f2 | sed -e 's|^/usr/ports/||'); do sudo poudriere testport -j 12amd64 -p custom $p; read; done These ports needs to be patched. devel/rubygem-tty: bug 237460 lang/rubinius: wip
It turned out build failure of lang/rubinius is not caused by bundler.
A commit references this bug: Author: meta Date: Tue May 7 04:31:17 UTC 2019 New revision: 500949 URL: https://svnweb.freebsd.org/changeset/ports/500949 Log: sysutils/rubygem-bundler: Update to 2.0.1 It's time to introduce Bundler 2 again. PR: 235796 Reviewed by: mfechner Approved by: mfechner Changes: head/sysutils/rubygem-bundler/Makefile head/sysutils/rubygem-bundler/distinfo