Removed Async[websocket/http] due to excessive require times and reliablity issues on Windows

This commit is contained in:
2022-10-30 18:10:47 -05:00
parent 7359d73027
commit 340c083a43
12 changed files with 176 additions and 210 deletions

View File

@@ -1,46 +1,22 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
async (1.30.3)
console (~> 1.10)
nio4r (~> 2.3)
timers (~> 4.1)
async-http (0.56.6)
async (>= 1.25)
async-io (>= 1.28)
async-pool (>= 0.2)
protocol-http (~> 0.22.0)
protocol-http1 (~> 0.14.0)
protocol-http2 (~> 0.14.0)
traces (~> 0.4.0)
async-io (1.33.0)
async
async-pool (0.3.10)
async (>= 1.25)
async-websocket (0.19.0)
async-http (~> 0.54)
async-io (~> 1.23)
protocol-websocket (~> 0.7.0)
clipboard (1.3.6)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
concurrent-ruby (1.1.10)
console (1.15.3)
fiber-local
cyberarm_engine (0.21.0)
clipboard (~> 1.3)
cyberarm_engine (0.22.0)
excon (~> 0.88)
gosu (~> 1.1)
gosu_more_drawables (~> 0.3)
digest-crc (0.6.4)
rake (>= 12.0.0, < 14.0.0)
excon (0.92.4)
event_emitter (0.2.6)
excon (0.93.1)
ffi (1.15.5)
ffi (1.15.5-x64-mingw-ucrt)
ffi (1.15.5-x64-mingw32)
ffi-win32-extensions (1.0.4)
ffi
fiber-local (1.0.0)
gosu (1.4.3)
gosu_more_drawables (0.3.1)
i18n (1.12.0)
@@ -48,24 +24,14 @@ GEM
ircparser (1.0.0)
launchy (2.5.0)
addressable (~> 2.7)
net-ping (2.0.8)
nio4r (2.5.8)
protocol-hpack (1.4.2)
protocol-http (0.22.6)
protocol-http1 (0.14.4)
protocol-http (~> 0.22)
protocol-http2 (0.14.2)
protocol-hpack (~> 1.4)
protocol-http (~> 0.18)
protocol-websocket (0.7.5)
protocol-http (~> 0.2)
protocol-http1 (~> 0.2)
public_suffix (4.0.7)
public_suffix (5.0.0)
rake (13.0.6)
rexml (3.2.5)
thread-local (1.1.0)
timers (4.3.3)
traces (0.4.1)
websocket (1.2.9)
websocket-client-simple (0.6.0)
event_emitter
websocket
win32-security (0.5.0)
ffi
ffi-win32-extensions
@@ -76,18 +42,15 @@ PLATFORMS
x86_64-linux
DEPENDENCIES
async (~> 1.30.1)
async-http
async-websocket
cyberarm_engine
digest-crc
ffi
i18n
ircparser
launchy
net-ping
rexml
thread-local
websocket-client-simple
win32-security
BUNDLED WITH