Skip to content

Commit 9b78dd6

Browse files
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](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] <[email protected]>
1 parent b388bc5 commit 9b78dd6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
vmfloaty (1.8.1)
5-
commander (>= 4.4.3, < 4.7.0)
5+
commander (>= 4.4.3, < 5.1.0)
66
faraday (~> 1.5, >= 1.5.1)
77

88
GEM
@@ -12,8 +12,8 @@ GEM
1212
public_suffix (>= 2.0.2, < 6.0)
1313
ast (2.4.2)
1414
coderay (1.1.3)
15-
commander (4.6.0)
16-
highline (~> 2.0.0)
15+
commander (5.0.0)
16+
highline (~> 3.0.0)
1717
crack (0.4.5)
1818
rexml
1919
diff-lcs (1.5.0)
@@ -42,7 +42,7 @@ GEM
4242
faraday-rack (1.0.0)
4343
faraday-retry (1.0.3)
4444
hashdiff (1.0.1)
45-
highline (2.0.3)
45+
highline (3.0.1)
4646
json (2.7.1)
4747
language_server-protocol (3.17.0.3)
4848
method_source (1.0.0)

vmfloaty.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ Gem::Specification.new do |s|
2121
s.test_files = Dir['spec/**/*']
2222
s.require_path = 'lib'
2323

24-
s.add_dependency 'commander', '>= 4.4.3', '< 4.7.0'
24+
s.add_dependency 'commander', '>= 4.4.3', '< 5.1.0'
2525
s.add_dependency 'faraday', '~> 1.5', '>= 1.5.1'
2626
end

0 commit comments

Comments
 (0)