diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-12-03 08:39:31 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-12-03 09:53:17 +0900 |
| commit | 4e382c285fc3080f013a10cdce5408a97823fd3b (patch) | |
| tree | 57df475a2213e7671c0882f239705f981c803a22 | |
| parent | af5c34fb0b6d06f9c78952bccc9879fa735b3857 (diff) | |
Lock json-schema-5.1.0
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12232
| -rw-r--r-- | common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
