Skip to content

Commit

Permalink
Update commander requirement from >= 4.4.3, < 4.7.0 to >= 4.4.3, < 5.1.0
Browse files Browse the repository at this point in the history
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](commander-rb/commander@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>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent b388bc5 commit 9b78dd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
vmfloaty (1.8.1)
commander (>= 4.4.3, < 4.7.0)
commander (>= 4.4.3, < 5.1.0)
faraday (~> 1.5, >= 1.5.1)

GEM
Expand All @@ -12,8 +12,8 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
coderay (1.1.3)
commander (4.6.0)
highline (~> 2.0.0)
commander (5.0.0)
highline (~> 3.0.0)
crack (0.4.5)
rexml
diff-lcs (1.5.0)
Expand Down Expand Up @@ -42,7 +42,7 @@ GEM
faraday-rack (1.0.0)
faraday-retry (1.0.3)
hashdiff (1.0.1)
highline (2.0.3)
highline (3.0.1)
json (2.7.1)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion vmfloaty.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9b78dd6

Please sign in to comment.