twilio / twilio-ruby

A Ruby gem for communicating with the Twilio API and generating TwiML
MIT License
1.35k stars 462 forks source link

update to allow Faraday >= 2.0 - Blocks Rails 7 #598

Closed silikone closed 2 years ago

silikone commented 2 years ago

Issue Summary

The twilio-ruby.gemspec was not updated to allow Faraday >= 2.0 when the code got updated to handle the new syntax for 2.0

Steps to Reproduce

Read the file Look for this line: spec.add_dependency('faraday', '>= 0.9', '< 2.0')

Code Snippet

The issue can be fixed by replacing the line from about with this: spec.add_dependency('faraday', '>= 0.9', '< 3.0')

Technical details:

any 5.0 up to latest

JenniferMah commented 2 years ago

Hi @silikone! Thanks for opening an issue. It looks like PR #591 addresses this issue. PR #591 is currently in our team's backlog for review.

v-kumar commented 2 years ago

Any progress on this Issue and the associated PR? @JenniferMah

childish-sambino commented 2 years ago

Fixed by #591

v-kumar commented 2 years ago

Any update on when this will be released? @childish-sambino

childish-sambino commented 2 years ago

@v-kumar Next release in on 2022-05-04.