Skip to content

Commit bcd08fc

Browse files
Update commander requirement from >= 4.4.3, < 4.6.0 to >= 4.4.3, < 4.7.0
Updates the requirements on [commander](https://github.com/commander-rb/commander) to permit the latest version. - [Release notes](https://github.com/commander-rb/commander/releases) - [Changelog](https://github.com/commander-rb/commander/blob/master/History.rdoc) - [Commits](commander-rb/commander@v4.4.3...v4.6.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b40cbe commit bcd08fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vmfloaty.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ Gem::Specification.new do |s|
2525
s.require_path = 'lib'
2626

2727
s.add_dependency 'colorize', '~> 0.8.1'
28-
s.add_dependency 'commander', '>= 4.4.3', '< 4.6.0'
28+
s.add_dependency 'commander', '>= 4.4.3', '< 4.7.0'
2929
s.add_dependency 'faraday', '~> 1.5', '>= 1.5.1'
3030
end

0 commit comments

Comments
 (0)