ruby-bundler is bundled with our ruby language packages.

Remove it from the TEST_DEPENDS of ruby-resque and ruby-rspec/1
to prepare for removing ruby-bundler

ok jeremy@
This commit is contained in:
kmos 2022-07-08 20:35:37 +00:00
parent fdaac7d448
commit 77b9839e3d
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@ RUN_DEPENDS= converters/ruby-multi_json,${MODRUBY_FLAVOR} \
MODRUBY_TEST= rake
TEST_DEPENDS= databases/redis \
devel/ruby-bundler,${MODRUBY_FLAVOR} \
devel/ruby-mocha,${MODRUBY_FLAVOR} \
www/ruby-rack-test,${MODRUBY_FLAVOR}

View File

@ -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>