From 60a5f4f2c711b118defbc037d1aa2fc84c142d33 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Tue, 10 Sep 2024 09:16:15 +1200 Subject: [PATCH] Remove gems.rb local reference. --- gems.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gems.rb b/gems.rb index 6b7be91..4094e8a 100644 --- a/gems.rb +++ b/gems.rb @@ -15,7 +15,7 @@ # gem "traces", path: "../traces" # gem "sus-fixtures-async-http", path: "../sus-fixtures-async-http" -gem "protocol-http", path: "../protocol-http" +# gem "protocol-http", path: "../protocol-http" # gem "protocol-http1", path: "../protocol-http1" # gem "protocol-http2", path: "../protocol-http2" # gem "protocol-hpack", path: "../protocol-hpack"