Skip to content

Commit

Permalink
Update twilio-ruby requirement from ~> 5.0 to >= 5, < 8
Browse files Browse the repository at this point in the history
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](twilio/twilio-ruby@5.0.0...7.0.1)

---
updated-dependencies:
- dependency-name: twilio-ruby
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 1d37059 commit 999a469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signalwire.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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', '< 8'
spec.add_dependency 'faye-websocket', '~> 0.11'
spec.add_dependency 'concurrent-ruby', '~> 1.1'
spec.add_dependency 'has-guarded-handlers', '~> 1.6.3'
Expand Down

0 comments on commit 999a469

Please sign in to comment.