From af95acbd4d5d58c66af939952e5c71507a5286cf Mon Sep 17 00:00:00 2001 From: Cyberarm Date: Sat, 5 Feb 2022 20:10:48 -0600 Subject: [PATCH] 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) --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 111bc4e..2b6d51c 100644 --- a/Gemfile +++ b/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" diff --git a/Gemfile.lock b/Gemfile.lock index 6e747e6..6803f31 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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