bundler is another port where the version is quite old and our ruby language packages have modern versions bundled in.
Do we want to remove it? Diff included below plucks it out of the only consumers, and both are from TEST_DEPENDS so I didn't bump REVISION --Kurt Index: databases/ruby-resque/Makefile =================================================================== RCS file: /cvs/ports/databases/ruby-resque/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- databases/ruby-resque/Makefile 11 Mar 2022 18:31:45 -0000 1.10 +++ databases/ruby-resque/Makefile 8 Jul 2022 20:24:23 -0000 @@ -22,7 +22,6 @@ RUN_DEPENDS= converters/ruby-multi_json MODRUBY_TEST= rake TEST_DEPENDS= databases/redis \ - devel/ruby-bundler,${MODRUBY_FLAVOR} \ devel/ruby-mocha,${MODRUBY_FLAVOR} \ www/ruby-rack-test,${MODRUBY_FLAVOR} Index: devel/ruby-rspec/1/Makefile =================================================================== RCS file: /cvs/ports/devel/ruby-rspec/1/Makefile,v retrieving revision 1.13 diff -u -p -r1.13 Makefile --- devel/ruby-rspec/1/Makefile 11 Mar 2022 18:53:18 -0000 1.13 +++ devel/ruby-rspec/1/Makefile 8 Jul 2022 20:24:23 -0000 @@ -16,7 +16,6 @@ post-install: # Requires heckle and quite a few other libraries to run its own # specs, so this is currently broken. -TEST_DEPENDS = devel/ruby-bundler,${MODRUBY_FLAVOR}>=1.0.21 MODRUBY_TEST = rake rspec .include <bsd.port.mk>