-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken with twilio-ruby 5.30.0 #7
Comments
That is correct, you should check out version 2 for support for |
You might find you need to update your TwiML to work with the later version of |
I'm using twiml_template 2.0. |
Ah, apologies. You're right, that was just something that escaped my update. I think this needs to be changed to "self.output_buffer = ::TwimlTemplate::Response.new do |twiml|;" + Could you try to change this and test in your app to see if it helps? I am travelling today, so can't test easily. Let me know if that works and I can make the updates once I'm settled. Thanks! |
twilio-ruby 5.30.0 does not define
Twilio::TwiML::Response
, which this library references below:twiml_template/lib/action_view/template/handlers/twiml.rb
Line 7 in eba9966
I believe this is a relic of an old version of twilio-ruby library.
The text was updated successfully, but these errors were encountered: