net-imap 0.5.0 needs simplecov-json

https://github.com/ruby/ruby/actions/runs/11568717336/job/32201133125#step:13:258
This commit is contained in:
Hiroshi SHIBATA 2024-10-29 16:24:50 +09:00
parent 7eeabccf4c
commit bafcbfe363
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -1586,7 +1586,7 @@ no-test-bundled-gems-prepare: no-test-bundled-gems-precheck
yes-test-bundled-gems-prepare: yes-test-bundled-gems-precheck
$(ACTIONS_GROUP)
$(XRUBY) -C "$(srcdir)" bin/gem install --no-document \
--install-dir .bundle --conservative "hoe" "json-schema" "test-unit-rr" "simplecov"
--install-dir .bundle --conservative "hoe" "json-schema" "test-unit-rr" "simplecov" "simplecov-json"
$(ACTIONS_ENDGROUP)
PREPARE_BUNDLED_GEMS = test-bundled-gems-prepare