From 81a2ed5806c43b35a3271cc97f837874f76297e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:28:50 +0000 Subject: [PATCH] Update twilio-ruby requirement from ~> 5.0 to >= 5, < 7 Updates the requirements on [twilio-ruby](https://github.com/twilio/twilio-ruby) to permit the latest version. - [Release notes](https://github.com/twilio/twilio-ruby/releases) - [Changelog](https://github.com/twilio/twilio-ruby/blob/main/CHANGES.md) - [Commits](https://github.com/twilio/twilio-ruby/compare/5.0.0...6.12.1) --- updated-dependencies: - dependency-name: twilio-ruby dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- signalwire.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signalwire.gemspec b/signalwire.gemspec index 5113569..6815f84 100644 --- a/signalwire.gemspec +++ b/signalwire.gemspec @@ -36,7 +36,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'vcr', '~> 5.0' spec.add_development_dependency 'webmock', '~> 3.5' - spec.add_dependency 'twilio-ruby', '~> 5.0' + spec.add_dependency 'twilio-ruby', '>= 5', '< 7' spec.add_dependency 'faye-websocket', '~> 0.11' spec.add_dependency 'concurrent-ruby', '~> 1.1' spec.add_dependency 'has-guarded-handlers', '~> 1.6.3'