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:
2022-02-05 20:10:48 -06:00
parent ff1ffca3c5
commit af95acbd4d
2 changed files with 3 additions and 3 deletions

View File

@@ -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"