You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"websocket-client-simple" dependency was added in #17. It is because solves the problem in "OpenSSL::SSL::SSLError: SSL_write error". (shokai/websocket-client-simple#36)
The fix has since been reflected in "ruboty-slack_rtm" and v3.2.4 has been released so that the dependency can be removed (rosylilly/ruboty-slack_rtm#47). However, Ruby 2.6.7 or higher is required to incorporate the changes.
What
Remove "websocket-client-simple" dependency and "ruboty-slack_rtm" upgrade to v3.2.4 or higher.
Goals
Gemfile
Non-Goals
Why
"websocket-client-simple" dependency was added in #17. It is because solves the problem in "OpenSSL::SSL::SSLError: SSL_write error". (shokai/websocket-client-simple#36)
The fix has since been reflected in "ruboty-slack_rtm" and v3.2.4 has been released so that the dependency can be removed (rosylilly/ruboty-slack_rtm#47). However, Ruby 2.6.7 or higher is required to incorporate the changes.
References
The text was updated successfully, but these errors were encountered: