1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2024-10-18 07:56:14 +02:00

gems: update async requirement from ~> 1.31.0 to >= 1.31, < 2.12

Updates the requirements on [async](https://github.com/socketry/async) to permit the latest version.
- [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.1)

---
updated-dependencies:
- dependency-name: async
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-16 19:42:51 +00:00 committed by GitHub
parent 1171e0cb92
commit 0c030a759a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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', '>= 1.31', '< 2.12'
s.add_runtime_dependency 'async-dns', '~> 1.3.0'
s.add_runtime_dependency 'metriks'
s.add_runtime_dependency 'opentelemetry-exporter-jaeger', '~> 0.22.0'