diff --git a/Gemfile b/Gemfile index d0922ba2b..8bddabe77 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index ff30c7b54..fa5a10e85 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)