diff options
author | Hiroshi SHIBATA <[email protected]> | 2025-02-27 18:18:25 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-03-03 15:52:35 +0900 |
commit | f52a2e4b12d0776ff78d464adfdecf57712da9cf (patch) | |
tree | 309c7c732ffab27373dcf00776b465256afd14e4 /tool/bundler | |
parent | a47e686cb6195dbd1266229d6e8d6bb17207c311 (diff) |
Restore lockfile for vendor_gems.rb
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12840
Diffstat (limited to 'tool/bundler')
-rw-r--r-- | tool/bundler/vendor_gems.rb.lock | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/tool/bundler/vendor_gems.rb.lock b/tool/bundler/vendor_gems.rb.lock new file mode 100644 index 0000000000..ce6be25bd1 --- /dev/null +++ b/tool/bundler/vendor_gems.rb.lock @@ -0,0 +1,72 @@ +GIT + remote: https://github.com/cocoapods/molinillo.git + revision: 1d62d7d5f448e79418716dc779a4909509ccda2a + specs: + molinillo (0.8.0) + +GIT + remote: https://github.com/jhawthorn/pub_grub.git + revision: 55a2d65c5c3176f72de5e25d59fb6f52b9fe60ef + specs: + pub_grub (0.5.0) + +GEM + remote: https://rubygems.org/ + specs: + connection_pool (2.4.1) + fileutils (1.7.3) + net-http (0.6.0) + uri + net-http-persistent (4.0.4) + connection_pool (~> 2.2) + net-protocol (0.2.2) + timeout + optparse (0.6.0) + resolv (0.6.0) + securerandom (0.4.1) + thor (1.3.2) + timeout (0.4.3) + tsort (0.2.0) + uri (1.0.2) + +PLATFORMS + java + ruby + universal-java + x64-mingw-ucrt + x86_64-darwin + x86_64-linux + +DEPENDENCIES + fileutils (= 1.7.3) + molinillo! + net-http (= 0.6.0) + net-http-persistent (= 4.0.4) + net-protocol (= 0.2.2) + optparse (= 0.6.0) + pub_grub! + resolv (= 0.6.0) + securerandom (= 0.4.1) + thor (= 1.3.2) + timeout (= 0.4.3) + tsort (= 0.2.0) + uri (= 1.0.2) + +CHECKSUMS + connection_pool (2.4.1) sha256=0f40cf997091f1f04ff66da67eabd61a9fe0d4928b9a3645228532512fab62f4 + fileutils (1.7.3) sha256=57271e854b694a87755d76f836f5c57b2c9538ebbaf4b2154bb66addf15eb5da + molinillo (0.8.0) + net-http (0.6.0) sha256=9621b20c137898af9d890556848c93603716cab516dc2c89b01a38b894e259fb + net-http-persistent (4.0.4) sha256=b62b7e528f72890f5cd67e7f687eeae55cf9f2cda22fd659494363da2fa7f4b2 + net-protocol (0.2.2) sha256=aa73e0cba6a125369de9837b8d8ef82a61849360eba0521900e2c3713aa162a8 + optparse (0.6.0) sha256=25e90469c1cd44048a89dc01c1dde9d5f0bdf717851055fb18237780779b068c + pub_grub (0.5.0) + resolv (0.6.0) sha256=b8b73f7734d4102ef9f75bad281d8fd1c434f8588b6aba17832ddc16fe679fab + securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1 + thor (1.3.2) sha256=eef0293b9e24158ccad7ab383ae83534b7ad4ed99c09f96f1a6b036550abbeda + timeout (0.4.3) sha256=9509f079b2b55fe4236d79633bd75e34c1c1e7e3fb4b56cb5fda61f80a0fe30e + tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f + uri (1.0.2) sha256=b303504ceb7e5905771fa7fa14b649652fa949df18b5880d69cfb12494791e27 + +BUNDLED WITH + 2.7.0.dev |