From 1a60279e4f9609ccb73ac041c52b6d6bacc81579 Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Thu, 22 Jun 2023 15:02:52 +0200 Subject: [PATCH] update rsmp gem to 0.20.1, which uses async 2 --- Gemfile.lock | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bc005b03..d48f5cb9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,11 +6,12 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - async (1.30.3) + async (2.6.2) console (~> 1.10) - nio4r (~> 2.3) + fiber-annotation + io-event (~> 1.1) timers (~> 4.1) - async-io (1.34.3) + async-io (1.35.0) async colorize (0.8.1) concurrent-ruby (1.2.2) @@ -25,6 +26,7 @@ GEM hana (1.3.7) i18n (1.14.1) concurrent-ruby (~> 1.0) + io-event (1.2.2) json_schemer (0.2.25) ecma-re-validator (~> 0.3) hana (~> 1.3) @@ -32,12 +34,11 @@ GEM simpleidn (~> 0.2) uri_template (~> 0.7) minitest (5.18.0) - nio4r (2.5.9) rake (13.0.6) regexp_parser (2.8.1) - rsmp (0.19.5) - async (~> 1.30.3) - async-io (~> 1.34.3) + rsmp (0.20.1) + async (~> 2.6.2) + async-io (~> 1.35.0) colorize (~> 0.8.1) rsmp_schema (~> 0.4.0) thor (~> 1.2.2)