Skip to content

Commit c7869a0

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 11beb6c commit c7869a0

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
@@ -13,8 +13,8 @@ GEM
1313
ast (2.4.2)
1414
bigdecimal (3.1.6)
1515
coderay (1.1.3)
16-
commander (4.6.0)
17-
highline (~> 2.0.0)
16+
commander (5.0.0)
17+
highline (~> 3.0.0)
1818
crack (1.0.0)
1919
bigdecimal
2020
rexml
@@ -44,7 +44,7 @@ GEM
4444
faraday-rack (1.0.0)
4545
faraday-retry (1.0.3)
4646
hashdiff (1.1.0)
47-
highline (2.0.3)
47+
highline (3.0.1)
4848
json (2.7.1)
4949
language_server-protocol (3.17.0.3)
5050
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)