From 5f0ebc3ec5310a5e09290fdedffee64956463352 Mon Sep 17 00:00:00 2001 From: dak2 <32436625+dak2@users.noreply.github.com> Date: Thu, 27 Aug 2026 22:17:36 +0900 Subject: [PATCH] Bump net-protocol from 0.2.2 to 0.3.0 ruby-head now ships a net/http that calls net-protocol's readuntil(limit:), which needs 0.3.0. Our lock pinned 0.2.2 and it shadowed ruby-head's default gem, breaking the Net::HTTP stdlib tests: https://github.com/ruby/rbs/actions/runs/33056526924/job/98464589988 Co-Authored-By: Claude Opus 5 (1M context) --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 65b6dd6d9..a558ed05a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -97,7 +97,7 @@ GEM prism (~> 1.5) minitest-mock (5.27.0) mutex_m (0.3.0) - net-protocol (0.2.2) + net-protocol (0.3.0) timeout net-smtp (0.5.1) net-protocol