summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-12-03 08:39:31 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-12-03 09:53:17 +0900
commit4e382c285fc3080f013a10cdce5408a97823fd3b (patch)
tree57df475a2213e7671c0882f239705f981c803a22
parentaf5c34fb0b6d06f9c78952bccc9879fa735b3857 (diff)
Lock json-schema-5.1.0
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12232
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index a9a0b4790c..5e6a004590 100644
--- a/common.mk
+++ b/common.mk
@@ -1605,7 +1605,7 @@ no-install-for-test-bundled-gems: no-update-default-gemspecs
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" "test-unit-rr" "simplecov" "simplecov-html" "simplecov-json" "rspec" "zeitwerk" \
+ "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"
test-bundled-gems-fetch: yes-test-bundled-gems-fetch