From 4d5c451867d551b337e2f12f82ef1b44f916e5df Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 10 Jun 2026 10:41:22 +0200 Subject: [PATCH 1/2] Use Bundler 4.0.14 in rack example --- examples/rack/gems.locked | 50 +++++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 23 deletions(-) diff --git a/examples/rack/gems.locked b/examples/rack/gems.locked index 6de5a36..13a2d09 100644 --- a/examples/rack/gems.locked +++ b/examples/rack/gems.locked @@ -1,10 +1,11 @@ PATH remote: ../.. specs: - async-websocket (0.26.1) - async-http (~> 0.54) - protocol-rack (~> 0.5) - protocol-websocket (~> 0.14) + async-websocket (0.30.0) + async-http (~> 0.76) + protocol-http (~> 0.34) + protocol-rack (~> 0.7) + protocol-websocket (~> 0.17) GEM remote: https://rubygems.org/ @@ -15,19 +16,20 @@ GEM io-event (~> 1.6) async-container (0.18.2) async (~> 2.10) - async-http (0.67.1) + async-http (0.81.0) async (>= 2.10.2) - async-pool (>= 0.6.1) - io-endpoint (~> 0.10, >= 0.10.3) + async-pool (~> 0.9) + io-endpoint (~> 0.14) io-stream (~> 0.4) - protocol-http (~> 0.26.0) - protocol-http1 (~> 0.19.0) - protocol-http2 (~> 0.18.0) - traces (>= 0.10.0) + metrics (~> 0.12) + protocol-http (~> 0.37) + protocol-http1 (~> 0.27) + protocol-http2 (~> 0.19) + traces (~> 0.10) async-http-cache (0.4.3) async-http (~> 0.56) - async-pool (0.6.1) - async (>= 1.25) + async-pool (0.11.2) + async (>= 2.0) async-service (0.12.0) async async-container (~> 0.16) @@ -51,28 +53,29 @@ GEM fiber-local (1.1.0) fiber-storage fiber-storage (0.1.2) - io-endpoint (0.10.3) + io-endpoint (0.17.2) io-event (1.6.4) io-stream (0.4.0) json (2.7.2) localhost (1.3.1) mapping (1.1.1) + metrics (0.15.0) nio4r (2.7.3) openssl (3.2.0) process-metrics (0.2.1) console (~> 1.8) samovar (~> 2.1) protocol-hpack (1.4.3) - protocol-http (0.26.5) - protocol-http1 (0.19.1) - protocol-http (~> 0.22) - protocol-http2 (0.18.0) + protocol-http (0.62.2) + protocol-http1 (0.39.0) + protocol-http (~> 0.62) + protocol-http2 (0.26.0) protocol-hpack (~> 1.4) - protocol-http (~> 0.18) - protocol-rack (0.6.0) - protocol-http (~> 0.23) + protocol-http (~> 0.62) + protocol-rack (0.14.0) + protocol-http (~> 0.43) rack (>= 1.0) - protocol-websocket (0.14.0) + protocol-websocket (0.21.1) protocol-http (~> 0.2) puma (6.4.2) nio4r (~> 2.0) @@ -85,6 +88,7 @@ GEM PLATFORMS arm64-darwin-21 arm64-darwin-23 + arm64-darwin-25 DEPENDENCIES async-websocket! @@ -92,4 +96,4 @@ DEPENDENCIES puma BUNDLED WITH - 2.5.9 + 4.0.14 From 54e7b9364399a7251e59df12da9ff7ee4f7e6803 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 10 Jun 2026 10:41:48 +0200 Subject: [PATCH 2/2] Use Puma 8.0.2 in rack example --- examples/rack/gems.locked | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/rack/gems.locked b/examples/rack/gems.locked index 13a2d09..490ed2b 100644 --- a/examples/rack/gems.locked +++ b/examples/rack/gems.locked @@ -60,7 +60,7 @@ GEM localhost (1.3.1) mapping (1.1.1) metrics (0.15.0) - nio4r (2.7.3) + nio4r (2.7.5) openssl (3.2.0) process-metrics (0.2.1) console (~> 1.8) @@ -77,7 +77,7 @@ GEM rack (>= 1.0) protocol-websocket (0.21.1) protocol-http (~> 0.2) - puma (6.4.2) + puma (8.0.2) nio4r (~> 2.0) rack (3.1.3) samovar (2.3.0) @@ -96,4 +96,4 @@ DEPENDENCIES puma BUNDLED WITH - 4.0.14 + 4.0.14