Skip to content

Commit 208f374

Browse files
Bump async from 1.32.1 to 2.23.0
Bumps [async](https://github.com/socketry/async) from 1.32.1 to 2.23.0. - [Release notes](https://github.com/socketry/async/releases) - [Changelog](https://github.com/socketry/async/blob/main/releases.md) - [Commits](socketry/async@v1.32.1...v2.23.0) --- updated-dependencies: - dependency-name: async dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1cdc6bc commit 208f374

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ end
5151
# DNS extension
5252
group :ext_dns do
5353
gem 'async-dns', '~> 1.4'
54-
gem 'async', '~> 1.32'
54+
gem 'async', '~> 2.23'
5555
end
5656

5757
# QRcode extension

Gemfile.lock

+10-7
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ GEM
2525
archive-zip (0.12.0)
2626
io-like (~> 0.3.0)
2727
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)
3234
async-dns (1.4.1)
3335
async
3436
io-endpoint
@@ -81,6 +83,7 @@ GEM
8183
concurrent-ruby (~> 1.0)
8284
io-console (0.8.0)
8385
io-endpoint (0.15.1)
86+
io-event (1.9.0)
8487
io-like (0.3.1)
8588
irb (1.15.1)
8689
pp (>= 0.6.0)
@@ -92,6 +95,7 @@ GEM
9295
matrix (0.4.2)
9396
maxmind-db (1.2.0)
9497
method_source (1.1.0)
98+
metrics (0.12.1)
9599
mime-types (3.6.0)
96100
logger
97101
mime-types-data (~> 3.2015)
@@ -109,7 +113,6 @@ GEM
109113
net-smtp (0.5.1)
110114
net-protocol
111115
netrc (0.11.0)
112-
nio4r (2.7.4)
113116
nokogiri (1.17.2-x86_64-linux)
114117
racc (~> 1.4)
115118
otr-activerecord (2.5.0)
@@ -230,10 +233,10 @@ GEM
230233
rack (>= 1, < 3)
231234
tilt (2.5.0)
232235
timeout (0.4.3)
233-
timers (4.4.0)
234236
tins (1.37.1)
235237
bigdecimal
236238
sync
239+
traces (0.15.2)
237240
tzinfo (2.0.6)
238241
concurrent-ruby (~> 1.0)
239242
uglifier (4.2.1)
@@ -257,7 +260,7 @@ PLATFORMS
257260
DEPENDENCIES
258261
activerecord (~> 7.2)
259262
ansi (~> 1.5)
260-
async (~> 1.32)
263+
async (~> 2.23)
261264
async-dns (~> 1.4)
262265
browserstack-local (~> 1.4)
263266
capybara (~> 3.40)

0 commit comments

Comments
 (0)