mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 01:02:34 +00:00
Downgrade async gem to 1.30.1 until 2.0+ is more stable (getting: Errno::EPERM: Operation not permitted - IO_Event_Selector_EPoll_io_wait:epoll_ctl, when trying to cache a file)
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -6,7 +6,7 @@ gem "i18n"
|
|||||||
gem "rexml"
|
gem "rexml"
|
||||||
gem "digest-crc"
|
gem "digest-crc"
|
||||||
gem "ffi"
|
gem "ffi"
|
||||||
gem "async"
|
gem "async", "~>1.30.1"
|
||||||
gem "async-http"
|
gem "async-http"
|
||||||
gem "async-websocket"
|
gem "async-websocket"
|
||||||
gem "thread-local"
|
gem "thread-local"
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ PLATFORMS
|
|||||||
x86_64-linux
|
x86_64-linux
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
async
|
async (~> 1.30.1)
|
||||||
async-http
|
async-http
|
||||||
async-websocket
|
async-websocket
|
||||||
cyberarm_engine
|
cyberarm_engine
|
||||||
@@ -77,4 +77,4 @@ DEPENDENCIES
|
|||||||
thread-local
|
thread-local
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.2.28
|
2.3.3
|
||||||
|
|||||||
Reference in New Issue
Block a user