Skip to content

Commit

Permalink
Update dnsimple requirement from >= 4.4, < 8.9 to >= 4.4, < 9.1
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...v9.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 18, 2024
1 parent 29fa599 commit 79e1481
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 @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'ejson'
spec.add_runtime_dependency 'thor', '>= 0.20.3', '< 1.4.0'

spec.add_runtime_dependency 'dnsimple', '>= 4.4', '< 8.9'
spec.add_runtime_dependency 'dnsimple', '>= 4.4', '< 9.1'
spec.add_runtime_dependency 'fog-dynect', '>= 0.4', '< 0.6'
spec.add_runtime_dependency 'fog-json'
spec.add_runtime_dependency 'fog-xml'
Expand Down

0 comments on commit 79e1481

Please sign in to comment.