From 13f9986711c0b8b43e6785e0b6363478be68d446 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 Jan 2021 11:14:53 +0000 Subject: [PATCH] Update thor requirement from >= 0.20, < 1.1 to >= 0.20, < 1.2 Updates the requirements on [thor](https://github.com/erikhuda/thor) to permit the latest version. - [Release notes](https://github.com/erikhuda/thor/releases) - [Changelog](https://github.com/erikhuda/thor/blob/master/CHANGELOG.md) - [Commits](https://github.com/erikhuda/thor/compare/v1.0.1...v1.1.0) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 6 +++--- run.gemspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e7f1fea..06fcbb3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ PATH specs: run (0.1.0) pastel (~> 0.7.2) - thor (>= 0.20, < 1.1) + thor (>= 0.20, < 1.2) tty-box (~> 0.3.0) tty-color (~> 0.4) tty-command (>= 0.8, < 0.10) @@ -42,7 +42,7 @@ GEM rake (13.0.3) regexp_parser (2.0.3) rexml (3.2.4) - rouge (3.25.0) + rouge (3.26.0) rspec (3.10.0) rspec-core (~> 3.10.0) rspec-expectations (~> 3.10.0) @@ -79,7 +79,7 @@ GEM unicode-display_width (~> 1.5) unicode_utils (~> 1.4) strings-ansi (0.1.0) - thor (1.0.1) + thor (1.1.0) timers (4.3.2) tty-box (0.3.0) pastel (~> 0.7.2) diff --git a/run.gemspec b/run.gemspec index e21cd7e..b365cb7 100644 --- a/run.gemspec +++ b/run.gemspec @@ -28,7 +28,7 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.add_dependency "pastel", "~> 0.7.2" - spec.add_dependency "thor", ">= 0.20", "< 1.1" + spec.add_dependency "thor", ">= 0.20", "< 1.2" spec.add_dependency "tty-box", "~> 0.3.0" spec.add_dependency "tty-color", "~> 0.4" spec.add_dependency "tty-command", ">= 0.8", "< 0.10"