Closed altjx closed 3 years ago
You've upgraded slack-ruby-client to 0.16.0, which removed faye-websocket support in https://github.com/slack-ruby/slack-ruby-client/pull/357 (the error message is misleading, I fixed that in https://github.com/slack-ruby/slack-ruby-client/pull/360).
I would lock back slack-ruby-client at the older version you've had or upgrade to async-websocket.
Note that generally you shouldn't be finding this in your deployment, your gem versions should be locked via Gemfile.lock so you don't have similar surprises with various libraries.
Today when I decided to re-deploy my AWS Stack, I noticed the following error:
I can't figure out why this is happening. My Gemfile has stayed the same and nothing in my code has changed at all. The only thing I can think of is possibly one of the gems have been updated and something broke along the way.
Here's what's in my Gemfile: