mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-15 08:42:34 +00:00
Replaced most Excon + Thread calls with Async
This commit is contained in:
40
Gemfile.lock
40
Gemfile.lock
@@ -3,8 +3,29 @@ GEM
|
||||
specs:
|
||||
addressable (2.8.0)
|
||||
public_suffix (>= 2.0.2, < 5.0)
|
||||
async (1.30.1)
|
||||
console (~> 1.10)
|
||||
nio4r (~> 2.3)
|
||||
timers (~> 4.1)
|
||||
async-http (0.56.5)
|
||||
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)
|
||||
async-io (1.32.2)
|
||||
async
|
||||
async-pool (0.3.9)
|
||||
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)
|
||||
concurrent-ruby (1.1.9)
|
||||
console (1.14.0)
|
||||
fiber-local
|
||||
cyberarm_engine (0.19.1)
|
||||
clipboard (~> 1.3.5)
|
||||
excon (~> 0.78.0)
|
||||
@@ -14,27 +35,46 @@ GEM
|
||||
rake (>= 12.0.0, < 14.0.0)
|
||||
excon (0.78.1)
|
||||
ffi (1.15.4)
|
||||
ffi (1.15.4-x64-mingw32)
|
||||
fiber-local (1.0.0)
|
||||
gosu (1.2.0)
|
||||
gosu_more_drawables (0.3.1)
|
||||
i18n (1.8.11)
|
||||
concurrent-ruby (~> 1.0)
|
||||
launchy (2.5.0)
|
||||
addressable (~> 2.7)
|
||||
nio4r (2.5.8)
|
||||
protocol-hpack (1.4.2)
|
||||
protocol-http (0.22.5)
|
||||
protocol-http1 (0.14.2)
|
||||
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.6)
|
||||
rake (13.0.6)
|
||||
rexml (3.2.5)
|
||||
thread-local (1.1.0)
|
||||
timers (4.3.3)
|
||||
|
||||
PLATFORMS
|
||||
x64-mingw32
|
||||
x86_64-linux
|
||||
|
||||
DEPENDENCIES
|
||||
async
|
||||
async-http
|
||||
async-websocket
|
||||
cyberarm_engine
|
||||
digest-crc
|
||||
ffi
|
||||
i18n
|
||||
launchy
|
||||
rexml
|
||||
thread-local
|
||||
|
||||
BUNDLED WITH
|
||||
2.2.28
|
||||
|
||||
Reference in New Issue
Block a user