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"