Commit a5e6cbf
authored
gem: use latest net-http to solve IPv6 addr error (#5162)
**Which issue(s) this PR fixes**:
Fixes #5141
**What this PR does / why we need it**:
`net-http` had a bug in handling IPv6 addresses, and updating the `uri`
would trigger strict checking, causing errors.
This PR will use `net-http` that has the bug fixed.
**Docs Changes**:
N/A
**Release Note**:
gem: use latest net-http to solve IPv6 addr error
Signed-off-by: Shizuo Fujita <[email protected]>1 parent 7ba2227 commit a5e6cbf
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
| 42 | + | |
| 43 | + | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
0 commit comments