From 0c030a759a2428059011877b94fd1397f4f853a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 19:42:51 +0000 Subject: [PATCH] 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] --- dyndnsd.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dyndnsd.gemspec b/dyndnsd.gemspec index 7c1c18a..f550ba1 100644 --- a/dyndnsd.gemspec +++ b/dyndnsd.gemspec @@ -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'