From 4460b584315a917e3e0dda150e880e5bfed034d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 19:28:13 +0000 Subject: [PATCH] Update thor requirement from ~> 0.18.0 to >= 0.18, < 1.3 Updates the requirements on [thor](https://github.com/rails/thor) to permit the latest version. - [Release notes](https://github.com/rails/thor/releases) - [Changelog](https://github.com/rails/thor/blob/v0.20.3/CHANGELOG.md) - [Commits](https://github.com/rails/thor/compare/v0.18.0...v0.20.3) --- updated-dependencies: - dependency-name: thor dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- adhearsion.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adhearsion.gemspec b/adhearsion.gemspec index 4f95fef22..132906345 100644 --- a/adhearsion.gemspec +++ b/adhearsion.gemspec @@ -36,7 +36,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'punchblock', ["~> 2.6"] s.add_runtime_dependency 'rake' s.add_runtime_dependency 'ruby_speech', ["~> 2.0"] - s.add_runtime_dependency 'thor', "~> 0.18.0" + s.add_runtime_dependency 'thor', ">= 0.18", "< 1.3" s.add_development_dependency 'aruba', "~> 0.5" s.add_development_dependency 'cucumber'