-
Notifications
You must be signed in to change notification settings - Fork 137
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
ask()
causes Readline
-related error on Ruby 3.3
#271
Comments
Thanks for reporting it. I'll take a look at it as soon as possible. I'll keep you informed. |
At Ruby 3.3.0 release note we have:
|
Fix #271 - Readline completely deprecated in Ruby 3.3
Fixed and released (see: https://rubygems.org/gems/highline/versions/3.1.0) Could you confirm it now works ok for you (at version 3.1.0) ? Thank you for reporting it. |
Issue fixed. Thanks! 🙏 |
Thank you again @64kramsystem! 🤜 🤛 |
On Ruby 3.3,
ask()
causes the following error:Renaming
Readline
calls toReline
seems to fix the issue, but I'm not familiar with the codebase.The text was updated successfully, but these errors were encountered: