Skip to content

Commit

Permalink
Update dnsimple requirement from ~> 4.4.0 to >= 4.4, < 8.8
Browse files Browse the repository at this point in the history
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](dnsimple/dnsimple-ruby@v4.4.0...v8.7.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent da3f60b commit 294aac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion record_store.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'fog-json'
spec.add_runtime_dependency 'fog-xml'
spec.add_runtime_dependency 'fog-dynect', '~> 0.4.0'
spec.add_runtime_dependency 'dnsimple', '~> 4.4.0'
spec.add_runtime_dependency 'dnsimple', '>= 4.4', '< 8.8'
spec.add_runtime_dependency 'google-cloud-dns', '~> 0.31'
spec.add_runtime_dependency 'ruby-limiter', '~> 1.0', '>= 1.0.1'
spec.add_runtime_dependency 'ns1'
Expand Down

0 comments on commit 294aac7

Please sign in to comment.