Skip to content
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

Fix delivery/twilio Ruby 3 Compatibility Issue #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ancez
Copy link

@Ancez Ancez commented Jan 12, 2023

Fixes an issue caused by passing down a hash to a method which expects kwargs

Failure/Error: texter.deliver_now
     
     ArgumentError:
       wrong number of arguments (given 1, expected 0)
     # /lib/twilio-ruby/rest/api/v2010/account/message.rb:130:in `create'
     # lib/textris/delivery/twilio.rb:20:in `deliver'

Specs are not passing caused by render_anywhere compatibility issue with Rails 6, more on this here: #55 and #50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant