Bump async from 1.31.0 to 1.32.0

Bumps [async](https://github.com/socketry/async) from 1.31.0 to 1.32.0.
- [Release notes](https://github.com/socketry/async/releases)
- [Changelog](https://github.com/socketry/async/blob/main/release.cert)
- [Commits](https://github.com/socketry/async/compare/v1.31.0...v1.32.0)

---
updated-dependencies:
- dependency-name: async
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-03-27 13:25:25 +00:00
committed by GitHub
parent 822c6616de
commit d713e37506
2 changed files with 6 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ end
# DNS extension
group :ext_dns do
gem 'async-dns', '~> 1.3'
gem 'async', '~> 1.31'
gem 'async', '~> 1.32'
end
# QRcode extension

View File

@@ -23,7 +23,7 @@ GEM
archive-zip (0.12.0)
io-like (~> 0.3.0)
ast (2.4.2)
async (1.31.0)
async (1.32.0)
console (~> 1.10)
nio4r (~> 2.3)
timers (~> 4.1)
@@ -47,9 +47,10 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
console (1.23.3)
console (1.23.6)
fiber-annotation
fiber-local
json
curb (1.0.5)
daemons (1.4.1)
diff-lcs (1.5.1)
@@ -104,7 +105,7 @@ GEM
net-smtp (0.4.0.1)
net-protocol
netrc (0.11.0)
nio4r (2.7.0)
nio4r (2.7.1)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
@@ -249,7 +250,7 @@ PLATFORMS
DEPENDENCIES
ansi (~> 1.5)
async (~> 1.31)
async (~> 1.32)
async-dns (~> 1.3)
browserstack-local (~> 1.4)
capybara (~> 3.40)