I'm trying to make a chat application deployed on a puma ec2 instance and have puma gem declared on my gemfile, but rails-websockets gem requires thin. For some reason when I start my server it uses thin instead of puma.
How to force my app to boot puma instead of thin?
I'm having issues since I cannot start a thread for web sockets, so I'm getting 500 error trying to access /websockets