-
Notifications
You must be signed in to change notification settings - Fork 180
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
Release master for Ruby 3 compatibility #225
Comments
Hi @syguer -- are you the one to push these changes live? |
Have these issues for Ruby 3 been resolved? I'm still receiving |
As I mentioned I'm still having issues, my code follows the example in the docs almost exactly, I have:
on the next line,
I get the error undefined method `arity' for {:optional=>true}:Hash |
@zilkey Could you release a new version? Current version has some problem with Ruby 3.x. |
https://github.com/active-hash had been created. but the new version has not been released. does anyone has publishable permission? |
Has there been any progress on this? |
v3.1.1 has been released that supports Ruby 3.x. |
Please release version v3.1.2. I've made some monkey patches to make active_hash work in Ruby 3.2 and Rails 7. For example, Ruby 3.2 must need these commits. |
I just checked, I'm not an owner in gems. That is all @adampal or @flavorjones (the ones that I think are active). Hmm, this CHANGELOG is going to be a doozy, I'll see if I can spare some cycles and get a PR in for that |
@kbrock I'll make you an owner in rubygems -- can you confirm your username or email address for me? |
@kbrock You've been invited as an owner on rubygems.org! 🎉 |
v3.2.0 is out. Thanks, @kbrock! 🎉 (So this can probably be closed now.) |
Would you consider bumping the version and doing a release of master? ActiveHash currently does not run with Ruby 3, but it was already fixed on master (f644831).
The text was updated successfully, but these errors were encountered: