-
Notifications
You must be signed in to change notification settings - Fork 583
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
0.9.1.beta2 does not work with Ruby 3.3 #553
Comments
Also: - Fix compatibility with latest Selenium - Test against Ruby 3.3 - Bump Sinatra and Rack dependency to allow Ruby 3.3 Close sj26#553
3.0 will EOL soon, and it has issues when compiling eventmachine Also: - Fix compatibility with latest Selenium - Bump Sinatra and Rack dependency to allow Ruby 3.3 Close sj26#553
3.0 will EOL soon, and it has issues when compiling eventmachine Also: - Fix compatibility with latest Selenium - Bump Sinatra and Rack dependency to allow Ruby 3.3 Close sj26#553
3.0 will EOL soon, and it has issues when compiling eventmachine Also: - Fix compatibility with latest Selenium - Bump Sinatra and Rack dependency to allow Ruby 3.3 - Bump version to 0.10.0.alpha1 Close sj26#553
This issue is affecting 0.9.0 release on ruby 3.3.0 If the fix is just upgrading the dependencies then this needs to be merged and released because mailcatcher is unusable for anyone who is running ruby 3.3 currently. |
Also just noticed this investigating a failing healthcheck for mailcatcher. Here's a minimal repo:
|
3.0 will EOL soon, and it has issues when compiling eventmachine Also: - Fix compatibility with latest Selenium - Bump Sinatra and Rack dependency to allow Ruby 3.3 - Bump version to 0.10.0.alpha1 Close sj26#553
I'm also seeing this issue on Ruby 3.3.0. Is there a workaround? |
Use rbenv or rvm, and |
e.g.:
|
Pushed to rubygems — please try it out:
After a couple of good reports I will promote this to |
@sj26 It works for me! 😄 |
Works for me too |
Works for me with Ruby 3.3.0 and Rails 7.1. |
Works for me! |
3.0 will EOL soon, and it has issues when compiling eventmachine Also: - Fix compatibility with latest Selenium - Bump Sinatra and Rack dependency to allow Ruby 3.3 - Bump version to 0.10.0.alpha1 Close sj26#553
Unfortunately I cannot run specs on my machine, it looks like that there are issues with
base64
(no longer a default gem) and maybe moreThe text was updated successfully, but these errors were encountered: