summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2024-10-28 23:03:18 +0900
committerNobuyoshi Nakada <[email protected]>2024-10-28 23:39:39 +0900
commit83568a41afade809e03fdadd5f4026488920b293 (patch)
tree49e6ecaba23f19a9aca79ec0ea3b65e6c3a1569d
parente994015c00fc574de9c4fe287ca242da323c1b1a (diff)
Install simplecov for net-imap 0.5.0 test
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/11957
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 5d115985d9..4c48f1ebd0 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"
+ --install-dir .bundle --conservative "hoe" "json-schema" "test-unit-rr" "simplecov"
$(ACTIONS_ENDGROUP)
PREPARE_BUNDLED_GEMS = test-bundled-gems-prepare