diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-03-19 11:37:11 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-03-27 12:17:58 +0900 |
commit | e51435177e88fc845528dff7cf2bc2b75dd36144 (patch) | |
tree | f55e1b19f5af1ba2a49b4cb5f7cb8d8be5d2a0b3 /tool/bundler | |
parent | 8fa6c364925bff4e704d4c0fd73555fb33aa7029 (diff) |
Update vendored resolv to 0.4.0
Diffstat (limited to 'tool/bundler')
-rw-r--r-- | tool/bundler/vendor_gems.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/bundler/vendor_gems.rb b/tool/bundler/vendor_gems.rb index 2500e6c800..f02d02656d 100644 --- a/tool/bundler/vendor_gems.rb +++ b/tool/bundler/vendor_gems.rb @@ -9,7 +9,7 @@ gem "net-http-persistent", "4.0.2" gem "net-protocol", "0.2.2" gem "optparse", "0.4.0" gem "pub_grub", github: "jhawthorn/pub_grub" -gem "resolv", "0.3.0" +gem "resolv", "0.4.0" gem "timeout", "0.4.1" gem "thor", "1.3.0" gem "tsort", "0.2.0" |