diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-01-15 12:23:52 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-01-15 16:52:56 +0900 |
| commit | c6923278d81f6bac9a654d554ab1d581fd7ef372 (patch) | |
| tree | 5c24740cff1cd40a59738515f10f8fe294669fa9 | |
| parent | 86575e243eda81a77ce2ede6a39e534eed9a5c3d (diff) | |
Fixed missing kpeg issue with test-bundled-gems
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12577
| -rw-r--r-- | common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
