You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backport(v1.19): gem: fix uri gem version to keep IPv6 tests (#5142) (#5144)
Backport #5142
**Which issue(s) this PR fixes**:
Related to #5141
**What this PR does / why we need it**:
Since uri 1.1.0, `Net::HTTP` will cause a `URI::InvalidComponentError`
if we use IPv6 address.
To avoid the error, this PR will fix uri version to 1.0.x.
**Docs Changes**:
**Release Note**:
Signed-off-by: Shizuo Fujita <[email protected]>
0 commit comments