summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-01-15 12:23:52 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-01-15 16:52:56 +0900
commitc6923278d81f6bac9a654d554ab1d581fd7ef372 (patch)
tree5c24740cff1cd40a59738515f10f8fe294669fa9
parent86575e243eda81a77ce2ede6a39e534eed9a5c3d (diff)
Fixed missing kpeg issue with test-bundled-gems
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12577
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 9a055aa7be..247a7ffb52 100644
--- a/common.mk
+++ b/common.mk
@@ -1613,7 +1613,7 @@ yes-install-for-test-bundled-gems: yes-update-default-gemspecs
$(XRUBY) -C "$(srcdir)" -r./tool/lib/gem_env.rb bin/gem \
install --no-document --conservative \
"hoe" "json-schema:5.1.0" "test-unit-rr" "simplecov" "simplecov-html" "simplecov-json" "rspec" "zeitwerk" \
- "sinatra" "rack" "tilt" "mustermann" "base64" "compact_index" "rack-test" "logger"
+ "sinatra" "rack" "tilt" "mustermann" "base64" "compact_index" "rack-test" "logger" "kpeg"
test-bundled-gems-fetch: yes-test-bundled-gems-fetch
yes-test-bundled-gems-fetch: