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

gems: update async to version 2.8.1

This commit is contained in:
depfu[bot]
2024-02-02 04:45:17 +00:00
committed by GitHub
parent d83f8d8e69
commit 27ae73659e

View File

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