Faye Gem dependencies issue With Eventmachine

Viewed 41

An error occurred while installing eventmachine (1.2.7), and Bundler cannot continue.

In Gemfile: faye was resolved to 1.4.0, which depends on em-http-request was resolved to 1.1.7, which depends on em-socksify was resolved to 0.3.2, which depends on eventmachine

I have been facing this issue in my project. I have tried every single solution available on the internet but nothing works. My ruby version is 2.6.8 gem 'faye', '~> 1.2', '>= 1.2.3'

0 Answers
Related