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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 18, 2024
1 parent 8100418 commit ddea99b
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.0'
spec.add_runtime_dependency 'dnsimple', '>= 4.4', '< 8.8'
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 ddea99b

Please sign in to comment.