From c7869a0d5d8460d720e23f4a682b95bfdc96ad9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:52:43 +0000 Subject: [PATCH] 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] --- Gemfile.lock | 8 ++++---- vmfloaty.gemspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 520908c..c152345 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 @@ -13,8 +13,8 @@ GEM ast (2.4.2) bigdecimal (3.1.6) coderay (1.1.3) - commander (4.6.0) - highline (~> 2.0.0) + commander (5.0.0) + highline (~> 3.0.0) crack (1.0.0) bigdecimal rexml @@ -44,7 +44,7 @@ GEM faraday-rack (1.0.0) faraday-retry (1.0.3) hashdiff (1.1.0) - highline (2.0.3) + highline (3.0.1) json (2.7.1) language_server-protocol (3.17.0.3) method_source (1.0.0) diff --git a/vmfloaty.gemspec b/vmfloaty.gemspec index 184247b..1cf9fa7 100644 --- a/vmfloaty.gemspec +++ b/vmfloaty.gemspec @@ -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