From 572db9c8c358dd638cce27f97e5b60931bee6b7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 19:29:10 +0000 Subject: [PATCH] Update ruby_speech requirement from ~> 2.0 to >= 2, < 4 Updates the requirements on [ruby_speech](https://github.com/benlangfeld/ruby_speech) to permit the latest version. - [Release notes](https://github.com/benlangfeld/ruby_speech/releases) - [Changelog](https://github.com/adhearsion/ruby_speech/blob/develop/CHANGELOG.md) - [Commits](https://github.com/benlangfeld/ruby_speech/compare/2.0.0...2.4.0) --- updated-dependencies: - dependency-name: ruby_speech 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..929eb72e8 100644 --- a/adhearsion.gemspec +++ b/adhearsion.gemspec @@ -35,7 +35,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'pry' s.add_runtime_dependency 'punchblock', ["~> 2.6"] s.add_runtime_dependency 'rake' - s.add_runtime_dependency 'ruby_speech', ["~> 2.0"] + s.add_runtime_dependency 'ruby_speech', ">= 2", "< 4" s.add_runtime_dependency 'thor', "~> 0.18.0" s.add_development_dependency 'aruba', "~> 0.5"