Update commander requirement from >= 4.4.3, < 4.7.0 to >= 4.4.3, < 5.1.0

Updates the requirements on [commander](https://github.com/commander-rb/commander) to permit the latest version.
- [Changelog](https://github.com/commander-rb/commander/blob/master/History.rdoc)
- [Commits](https://github.com/commander-rb/commander/compare/v4.6.0...v5.0.0)

---
updated-dependencies:
- dependency-name: commander
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-12 09:52:43 +00:00 committed by GitHub
parent 11beb6c933
commit c7869a0d5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -21,6 +21,6 @@ Gem::Specification.new do |s|
s.test_files = Dir['spec/**/*']
s.require_path = 'lib'
s.add_dependency 'commander', '>= 4.4.3', '< 4.7.0'
s.add_dependency 'commander', '>= 4.4.3', '< 5.1.0'
s.add_dependency 'faraday', '~> 1.5', '>= 1.5.1'
end