From 1209912212fcab970164b1f3aad71e5745adce1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 12:34:23 +0000 Subject: [PATCH] Update dnsimple requirement from >= 4.4, < 11.2 to >= 4.4, < 12.1 Updates the requirements on [dnsimple](https://github.com/dnsimple/dnsimple-ruby) to permit the latest version. - [Changelog](https://github.com/dnsimple/dnsimple-ruby/blob/main/CHANGELOG.md) - [Commits](https://github.com/dnsimple/dnsimple-ruby/compare/v4.4.0...v11.1.0) --- updated-dependencies: - dependency-name: dnsimple dependency-version: 11.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- record_store.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/record_store.gemspec b/record_store.gemspec index 4dd4cba..fe43085 100644 --- a/record_store.gemspec +++ b/record_store.gemspec @@ -32,7 +32,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency 'ejson' spec.add_runtime_dependency 'thor', '>= 1.4.0' - spec.add_runtime_dependency 'dnsimple', '>= 4.4', '< 11.2' + spec.add_runtime_dependency 'dnsimple', '>= 4.4', '< 12.1' spec.add_runtime_dependency 'fog-dynect', '>= 0.4', '< 0.6' spec.add_runtime_dependency 'fog-json' spec.add_runtime_dependency 'fog-xml'