From 4c83973ce40fd24a610e66051879e347d349620d Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Thu, 5 Sep 2024 19:49:45 +1200 Subject: [PATCH] Remove gems.locked from websockets example to unpin version. --- examples/websockets/gems.locked | 92 --------------------------------- 1 file changed, 92 deletions(-) delete mode 100644 examples/websockets/gems.locked diff --git a/examples/websockets/gems.locked b/examples/websockets/gems.locked deleted file mode 100644 index d39e55a8..00000000 --- a/examples/websockets/gems.locked +++ /dev/null @@ -1,92 +0,0 @@ -PATH - remote: ../.. - specs: - falcon (0.47.8) - async - async-container (~> 0.18) - async-http (~> 0.66, >= 0.66.3) - async-http-cache (~> 0.4.0) - async-service (~> 0.10) - bundler - localhost (~> 1.1) - openssl (~> 3.0) - process-metrics (~> 0.2.0) - protocol-rack (~> 0.5) - samovar (~> 2.3) - -GEM - remote: https://rubygems.org/ - specs: - async (2.16.0) - console (~> 1.26) - fiber-annotation - io-event (~> 1.6, >= 1.6.5) - async-container (0.18.2) - async (~> 2.10) - async-http (0.70.0) - async (>= 2.10.2) - async-pool (~> 0.7) - io-endpoint (~> 0.11) - io-stream (~> 0.4) - protocol-http (~> 0.28) - protocol-http1 (~> 0.19) - protocol-http2 (~> 0.18) - traces (>= 0.10) - async-http-cache (0.4.4) - async-http (~> 0.56) - async-pool (0.8.0) - async (>= 1.25) - async-service (0.12.0) - async - async-container (~> 0.16) - async-websocket (0.28.0) - async-http (~> 0.54) - protocol-http (>= 0.28.1) - protocol-rack (~> 0.5) - protocol-websocket (~> 0.15) - console (1.27.0) - fiber-annotation - fiber-local (~> 1.1) - json - fiber-annotation (0.2.0) - fiber-local (1.1.0) - fiber-storage - fiber-storage (1.0.0) - io-endpoint (0.13.0) - io-event (1.6.5) - io-stream (0.4.0) - json (2.7.2) - localhost (1.3.1) - mapping (1.1.1) - openssl (3.2.0) - process-metrics (0.2.1) - console (~> 1.8) - samovar (~> 2.1) - protocol-hpack (1.5.0) - protocol-http (0.28.2) - protocol-http1 (0.19.1) - protocol-http (~> 0.22) - protocol-http2 (0.18.0) - protocol-hpack (~> 1.4) - protocol-http (~> 0.18) - protocol-rack (0.6.0) - protocol-http (~> 0.23) - rack (>= 1.0) - protocol-websocket (0.15.0) - protocol-http (~> 0.2) - rack (3.1.7) - samovar (2.3.0) - console (~> 1.0) - mapping (~> 1.0) - traces (0.13.1) - -PLATFORMS - ruby - x86_64-linux - -DEPENDENCIES - async-websocket - falcon! - -BUNDLED WITH - 2.5.16