Skip to content

Commit c70e0c3

Browse files
Bump async from 1.32.1 to 2.23.1
Bumps [async](https://github.com/socketry/async) from 1.32.1 to 2.23.1. - [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.1) --- 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 f919039 commit c70e0c3

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
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

+11-8
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.1)
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
@@ -49,7 +51,7 @@ GEM
4951
coderay (1.1.3)
5052
concurrent-ruby (1.3.4)
5153
connection_pool (2.4.1)
52-
console (1.29.2)
54+
console (1.30.2)
5355
fiber-annotation
5456
fiber-local (~> 1.1)
5557
json
@@ -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.10.0)
8487
io-like (0.3.1)
8588
irb (1.15.1)
8689
pp (>= 0.6.0)
@@ -93,6 +96,7 @@ GEM
9396
matrix (0.4.2)
9497
maxmind-db (1.2.0)
9598
method_source (1.1.0)
99+
metrics (0.12.2)
96100
mime-types (3.6.1)
97101
logger
98102
mime-types-data (~> 3.2015)
@@ -110,7 +114,6 @@ GEM
110114
net-smtp (0.5.1)
111115
net-protocol
112116
netrc (0.11.0)
113-
nio4r (2.7.4)
114117
nokogiri (1.18.3-x86_64-linux-gnu)
115118
racc (~> 1.4)
116119
otr-activerecord (2.5.0)
@@ -232,10 +235,10 @@ GEM
232235
rack (>= 1, < 3)
233236
tilt (2.5.0)
234237
timeout (0.4.3)
235-
timers (4.4.0)
236238
tins (1.37.1)
237239
bigdecimal
238240
sync
241+
traces (0.15.2)
239242
tzinfo (2.0.6)
240243
concurrent-ruby (~> 1.0)
241244
uglifier (4.2.1)
@@ -259,7 +262,7 @@ PLATFORMS
259262
DEPENDENCIES
260263
activerecord (~> 7.2)
261264
ansi (~> 1.5)
262-
async (~> 1.32)
265+
async (~> 2.23)
263266
async-dns (~> 1.4)
264267
browserstack-local (~> 1.4)
265268
capybara (~> 3.40)

0 commit comments

Comments
 (0)