From df65f65686c04f71f414368eeac512e8e906b9e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 03:04:31 +0000 Subject: [PATCH] Update dry-cli requirement from ~> 0.6 to >= 0.6, < 2.0 Updates the requirements on [dry-cli](https://github.com/dry-rb/dry-cli) to permit the latest version. - [Release notes](https://github.com/dry-rb/dry-cli/releases) - [Changelog](https://github.com/dry-rb/dry-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/dry-rb/dry-cli/compare/v0.7.0...v1.0.0) --- updated-dependencies: - dependency-name: dry-cli dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- dude.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3edfcf5..207e26d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ PATH specs: dude-cli (2.1.0) colorize (~> 0.8.1) - dry-cli (~> 0.6) + dry-cli (>= 0.6, < 2.0) faraday (~> 1.1) jira-ruby (~> 2.1) tty-prompt (~> 0.23.1) @@ -25,7 +25,7 @@ GEM concurrent-ruby (1.1.8) diff-lcs (1.4.4) docile (1.3.5) - dry-cli (0.7.0) + dry-cli (1.0.0) faraday (1.7.0) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) diff --git a/dude.gemspec b/dude.gemspec index 9eec9bf..5f23248 100644 --- a/dude.gemspec +++ b/dude.gemspec @@ -29,7 +29,7 @@ Gem::Specification.new do |spec| spec.require_paths = ['lib'] spec.add_runtime_dependency 'colorize', '~> 0.8.1' - spec.add_runtime_dependency 'dry-cli', '~> 0.6' + spec.add_runtime_dependency 'dry-cli', '>= 0.6', '< 2.0' spec.add_runtime_dependency 'faraday', '~> 1.1' spec.add_runtime_dependency 'jira-ruby', '~> 2.1' spec.add_runtime_dependency 'tty-prompt', '~> 0.23.1'