From 0dac0932adfd803954d1813b6df1578f42f8f8c8 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Mon, 11 Sep 2023 19:55:44 +1200 Subject: [PATCH 1/2] `async-http` now uses sus. --- config/external.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/external.yaml b/config/external.yaml index 7457978..0a7c95a 100644 --- a/config/external.yaml +++ b/config/external.yaml @@ -6,7 +6,7 @@ protocol-http2: command: bundle exec sus async-http: url: https://github.com/socketry/async-http.git - command: bundle exec rspec + command: bundle exec sus protocol-websocket: url: https://github.com/socketry/protocol-websocket.git command: bundle exec sus From 09b1a3cb0302569c838c1933cf42543d0bc59053 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Mon, 11 Sep 2023 20:04:22 +1200 Subject: [PATCH 2/2] Falcon is now using `sus`. --- config/external.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/external.yaml b/config/external.yaml index 0a7c95a..bca6d5a 100644 --- a/config/external.yaml +++ b/config/external.yaml @@ -15,7 +15,7 @@ async-websocket: command: bundle exec sus falcon: url: https://github.com/socketry/falcon.git - command: bundle exec rspec + command: bundle exec sus async-rest: url: https://github.com/socketry/async-rest.git command: bundle exec sus