twilio / twilio-ruby

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

fix: remove deprecated TwilioResponse class #641

Closed kridai closed 1 year ago

kridai commented 1 year ago

Fixes

Removing the deprecated twilio_response class. Use 'Twilio::Response' instead

Checklist

If you have questions, please file a support ticket, or create a GitHub Issue in this repository.

kridai commented 1 year ago

Sonarcloud evaluation is failing due to duplication in twiml generated code. Maybe that should also be excluded in sonar test.