summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-10-29 16:24:50 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-10-29 16:25:17 +0900
commitbafcbfe363ef05fe570c96abce316e2f2c7f3589 (patch)
tree3424e2d2a552f1b98fddc254eda4fbe4921687ea
parent7eeabccf4cf3a7959f7d768f476d5667ddf18113 (diff)
net-imap 0.5.0 needs simplecov-json
https://github.com/ruby/ruby/actions/runs/11568717336/job/32201133125#step:13:258
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 4c48f1ebd0..1cf75a83d2 100644
--- a/common.mk
+++ b/common.mk
@@ -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