File tree 2 files changed +11
-8
lines changed
2 files changed +11
-8
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.0 )
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
81
83
concurrent-ruby (~> 1.0 )
82
84
io-console (0.8.0 )
83
85
io-endpoint (0.15.1 )
86
+ io-event (1.9.0 )
84
87
io-like (0.3.1 )
85
88
irb (1.15.1 )
86
89
pp (>= 0.6.0 )
92
95
matrix (0.4.2 )
93
96
maxmind-db (1.2.0 )
94
97
method_source (1.1.0 )
98
+ metrics (0.12.1 )
95
99
mime-types (3.6.0 )
96
100
logger
97
101
mime-types-data (~> 3.2015 )
109
113
net-smtp (0.5.1 )
110
114
net-protocol
111
115
netrc (0.11.0 )
112
- nio4r (2.7.4 )
113
116
nokogiri (1.17.2-x86_64-linux )
114
117
racc (~> 1.4 )
115
118
otr-activerecord (2.5.0 )
@@ -230,10 +233,10 @@ GEM
230
233
rack (>= 1 , < 3 )
231
234
tilt (2.5.0 )
232
235
timeout (0.4.3 )
233
- timers (4.4.0 )
234
236
tins (1.37.1 )
235
237
bigdecimal
236
238
sync
239
+ traces (0.15.2 )
237
240
tzinfo (2.0.6 )
238
241
concurrent-ruby (~> 1.0 )
239
242
uglifier (4.2.1 )
@@ -257,7 +260,7 @@ PLATFORMS
257
260
DEPENDENCIES
258
261
activerecord (~> 7.2 )
259
262
ansi (~> 1.5 )
260
- async (~> 1.32 )
263
+ async (~> 2.23 )
261
264
async-dns (~> 1.4 )
262
265
browserstack-local (~> 1.4 )
263
266
capybara (~> 3.40 )
You can’t perform that action at this time.
0 commit comments