Skip to content

Commit 226deb4

Browse files
authored
Update Async to 2.35 remove deprecations (#14)
This only affects tests, since Async is not a hard runtime dependency.
1 parent 36df5e9 commit 226deb4

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
async (2.21.3)
12+
async (2.35.2)
1313
console (~> 1.29)
1414
fiber-annotation
15-
io-event (~> 1.7)
15+
io-event (~> 1.11)
1616
metrics (~> 0.12)
17-
traces (~> 0.15)
18-
console (1.29.2)
17+
traces (~> 0.18)
18+
console (1.34.2)
1919
fiber-annotation
2020
fiber-local (~> 1.1)
2121
json
@@ -27,16 +27,16 @@ GEM
2727
fiber-annotation (0.2.0)
2828
fiber-local (1.1.0)
2929
fiber-storage
30-
fiber-storage (1.0.0)
30+
fiber-storage (1.0.1)
3131
io-console (0.8.0)
32-
io-event (1.7.5)
32+
io-event (1.14.2)
3333
irb (1.15.1)
3434
pp (>= 0.6.0)
3535
rdoc (>= 4.0.0)
3636
reline (>= 0.4.2)
37-
json (2.9.1)
37+
json (2.18.0)
3838
logger (1.7.0)
39-
metrics (0.12.1)
39+
metrics (0.15.0)
4040
nio4r (2.7.4)
4141
phlex (2.3.1)
4242
zeitwerk (~> 2.7)
@@ -68,7 +68,7 @@ GEM
6868
rspec-support (~> 3.13.0)
6969
rspec-support (3.13.2)
7070
stringio (3.1.2)
71-
traces (0.15.2)
71+
traces (0.18.2)
7272
zeitwerk (2.7.3)
7373

7474
PLATFORMS

0 commit comments

Comments
 (0)