mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-15 08:42:34 +00:00
Updated gems, fixed error on Ruby 3.2 (Thread block no longer passes self as argument), fixed API calls not timing out properly, fixed BackgroundWorker not halting properly.
This commit is contained in:
18
Gemfile.lock
18
Gemfile.lock
@@ -3,28 +3,26 @@ GEM
|
||||
specs:
|
||||
addressable (2.8.1)
|
||||
public_suffix (>= 2.0.2, < 6.0)
|
||||
concurrent-ruby (1.1.10)
|
||||
cyberarm_engine (0.22.0)
|
||||
concurrent-ruby (1.2.0)
|
||||
cyberarm_engine (0.23.0)
|
||||
excon (~> 0.88)
|
||||
gosu (~> 1.1)
|
||||
gosu_more_drawables (~> 0.3)
|
||||
digest-crc (0.6.4)
|
||||
rake (>= 12.0.0, < 14.0.0)
|
||||
event_emitter (0.2.6)
|
||||
excon (0.94.0)
|
||||
excon (0.99.0)
|
||||
ffi (1.15.5)
|
||||
ffi (1.15.5-x64-mingw-ucrt)
|
||||
ffi (1.15.5-x64-mingw32)
|
||||
ffi-win32-extensions (1.0.4)
|
||||
ffi
|
||||
gosu (1.4.3)
|
||||
gosu (1.4.5)
|
||||
gosu_more_drawables (0.3.1)
|
||||
i18n (1.12.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
ircparser (1.0.0)
|
||||
launchy (2.5.0)
|
||||
addressable (~> 2.7)
|
||||
public_suffix (5.0.0)
|
||||
launchy (2.5.2)
|
||||
addressable (~> 2.8)
|
||||
public_suffix (5.0.1)
|
||||
rake (13.0.6)
|
||||
rexml (3.2.5)
|
||||
rubyzip (2.3.2)
|
||||
@@ -59,4 +57,4 @@ DEPENDENCIES
|
||||
win32-security
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.17
|
||||
2.4.3
|
||||
|
||||
Reference in New Issue
Block a user