summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-10-29 16:30:41 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-10-29 16:30:41 +0900
commit7889b888389b674efa5f46100d7c05abb626777a (patch)
tree05d9808357c296201cdeb877da24b4f72e7251a0
parentbafcbfe363ef05fe570c96abce316e2f2c7f3589 (diff)
We can't install simplecov-json because this depends C ext gem.
Revert "net-imap 0.5.0 needs simplecov-json" This reverts commit bafcbfe363ef05fe570c96abce316e2f2c7f3589.
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 1cf75a83d2..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" "simplecov" "simplecov-json"
+ --install-dir .bundle --conservative "hoe" "json-schema" "test-unit-rr" "simplecov"
$(ACTIONS_ENDGROUP)
PREPARE_BUNDLED_GEMS = test-bundled-gems-prepare