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

ruby-3.0.0/gems/eventmachine-1.2.7/lib/eventmachine.rb:1490:in event_callback': undefined method close' for 9:Integer (NoMethodError) #535

Closed
bhartee-sahare opened this issue Apr 8, 2023 · 2 comments

Comments

@bhartee-sahare
Copy link

bhartee-sahare commented Apr 8, 2023

ruby-3.0.0/gems/eventmachine-1.2.7/lib/eventmachine.rb:1490:in event_callback': undefined method close' for 9:Integer (NoMethodError)

I used the ruby-3.0.0
Rails 7.0.4.3
mailcatcher (0.2.4)

@CringeDeveloper
Copy link

CringeDeveloper commented Apr 10, 2023

This #62

And this https://github.com/sj26/mailcatcher#bundler

So you just need to remove mailcatcher from gemfile (for some reason it break everything)

And run

gem install mailcatcher

@sj26
Copy link
Owner

sj26 commented Apr 10, 2023

That version of mailcatcher is very old. It will be limited by interdependencies with your own application.

@CringeDeveloper is spot on — please remove mailcatcher from your Gemfile and install it using gem install mailcatcher.

@sj26 sj26 closed this as completed Apr 10, 2023
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

No branches or pull requests

3 participants