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

@@ -6,12 +6,9 @@ gem "i18n"
gem "rexml"
gem "digest-crc"
gem "ffi"
gem "async", "~>1.30.1"
gem "async-http"
gem "async-websocket"
gem "websocket-client-simple"
gem "thread-local"
gem "ircparser"
gem "net-ping"
gem "win32-security", platforms: [:x64_mingw, :mingw]
# group :windows_packaging do