mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-12-21 04:54:22 +01: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:
parent
1171e0cb92
commit
0c030a759a
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user