1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-08-08 08:33:56 +02:00

gems: update async to version 2.0.2

This commit is contained in:
depfu[bot]
2022-05-05 08:45:21 +00:00
committed by GitHub
parent 451ed20f5d
commit c03abdcd18

View File

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