mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-15 08:42: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 "digest-crc"
|
||||
gem "ffi"
|
||||
gem "async"
|
||||
gem "async", "~>1.30.1"
|
||||
gem "async-http"
|
||||
gem "async-websocket"
|
||||
gem "thread-local"
|
||||
|
||||
@@ -65,7 +65,7 @@ PLATFORMS
|
||||
x86_64-linux
|
||||
|
||||
DEPENDENCIES
|
||||
async
|
||||
async (~> 1.30.1)
|
||||
async-http
|
||||
async-websocket
|
||||
cyberarm_engine
|
||||
@@ -77,4 +77,4 @@ DEPENDENCIES
|
||||
thread-local
|
||||
|
||||
BUNDLED WITH
|
||||
2.2.28
|
||||
2.3.3
|
||||
|
||||
Reference in New Issue
Block a user