File tree 2 files changed +12
-9
lines changed
2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 51
51
# DNS extension
52
52
group :ext_dns do
53
53
gem 'async-dns' , '~> 1.4'
54
- gem 'async' , '~> 1.32 '
54
+ gem 'async' , '~> 2.23 '
55
55
end
56
56
57
57
# QRcode extension
Original file line number Diff line number Diff line change 25
25
archive-zip (0.12.0 )
26
26
io-like (~> 0.3.0 )
27
27
ast (2.4.2 )
28
- async (1.32.1 )
29
- console (~> 1.10 )
30
- nio4r (~> 2.3 )
31
- timers (~> 4.1 )
28
+ async (2.23.1 )
29
+ console (~> 1.29 )
30
+ fiber-annotation
31
+ io-event (~> 1.9 )
32
+ metrics (~> 0.12 )
33
+ traces (~> 0.15 )
32
34
async-dns (1.4.1 )
33
35
async
34
36
io-endpoint
49
51
coderay (1.1.3 )
50
52
concurrent-ruby (1.3.4 )
51
53
connection_pool (2.4.1 )
52
- console (1.29 .2 )
54
+ console (1.30 .2 )
53
55
fiber-annotation
54
56
fiber-local (~> 1.1 )
55
57
json
81
83
concurrent-ruby (~> 1.0 )
82
84
io-console (0.8.0 )
83
85
io-endpoint (0.15.1 )
86
+ io-event (1.10.0 )
84
87
io-like (0.3.1 )
85
88
irb (1.15.1 )
86
89
pp (>= 0.6.0 )
93
96
matrix (0.4.2 )
94
97
maxmind-db (1.2.0 )
95
98
method_source (1.1.0 )
99
+ metrics (0.12.2 )
96
100
mime-types (3.6.1 )
97
101
logger
98
102
mime-types-data (~> 3.2015 )
110
114
net-smtp (0.5.1 )
111
115
net-protocol
112
116
netrc (0.11.0 )
113
- nio4r (2.7.4 )
114
117
nokogiri (1.18.3-x86_64-linux-gnu )
115
118
racc (~> 1.4 )
116
119
otr-activerecord (2.5.0 )
@@ -232,10 +235,10 @@ GEM
232
235
rack (>= 1 , < 3 )
233
236
tilt (2.5.0 )
234
237
timeout (0.4.3 )
235
- timers (4.4.0 )
236
238
tins (1.37.1 )
237
239
bigdecimal
238
240
sync
241
+ traces (0.15.2 )
239
242
tzinfo (2.0.6 )
240
243
concurrent-ruby (~> 1.0 )
241
244
uglifier (4.2.1 )
@@ -259,7 +262,7 @@ PLATFORMS
259
262
DEPENDENCIES
260
263
activerecord (~> 7.2 )
261
264
ansi (~> 1.5 )
262
- async (~> 1.32 )
265
+ async (~> 2.23 )
263
266
async-dns (~> 1.4 )
264
267
browserstack-local (~> 1.4 )
265
268
capybara (~> 3.40 )
You can’t perform that action at this time.
0 commit comments