Skip to content

Commit

Permalink
update rsmp gem to 0.20.1, which uses async 2
Browse files Browse the repository at this point in the history
  • Loading branch information
emiltin committed Jun 22, 2023
1 parent d49c908 commit 1a60279
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -25,19 +26,19 @@ 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)
regexp_parser (~> 2.0)
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)
Expand Down

0 comments on commit 1a60279

Please sign in to comment.