gems: update async to version 1.31.0

This commit is contained in:
depfu[bot] 2023-03-03 11:45:39 +00:00 committed by GitHub
parent fe3f17cd02
commit 35d4b4ea8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.7'
s.add_runtime_dependency 'async', '~> 1.30.0'
s.add_runtime_dependency 'async', '~> 1.31.0'
s.add_runtime_dependency 'async-dns', '~> 1.3.0'
s.add_runtime_dependency 'metriks'
s.add_runtime_dependency 'opentelemetry-exporter-jaeger', '~> 0.22.0'