-
Notifications
You must be signed in to change notification settings - Fork 16
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
Installation using brew fails with Ruby 3.0 #78
Comments
This sounds like ronn-ng needs to bump its dependency versions to handle the new Ruby 3.0 release. I'm going to have to do a little research on how to do this in a way that supports both Ruby 2 and Ruby 3, if that's possible. It might also be that we need to stick with Ruby 2, and declare a dependency on that specific version of Ruby. Sorry for the inconvenience here! |
I'm not a ruby enthusiast, but I can tell you that making it work with ruby 3 wasn't a hard problem (just bumped all the dependencies versions until it worked). |
I suspect you're right, but don't actually know. Guess I'll just test it and find out... |
Okay, with the fixes for #87, I've (I think) added support for up to Ruby 3.2, and while I can't guarantee it'll actually run right, Ronn-NG should still install and attempt to run under newer Ruby 3.x versions. I have published an 0.10.1.pre3 ronn-ng gem to RubyGems. If no complaints in the next couple days, I'll push out a real Ronn-NG 0.10.1 release. |
When installing ronn-ng using brew, I'm getting the following issue:
It might be a problem with this mustache gem (for using ruby 2 or not specifying its dependencies correctly?), but maybe you can help me figure out how install ronn-ng?
The text was updated successfully, but these errors were encountered: