-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
DEPRECATION WARNING: last argument as keyword parameters is deprecated #1003
Comments
@mbleigh Would you mind tagging a new release here for Ruby 2.7? |
looking forward for this update too. |
@seuros could you please have a look as well? |
+1 to this, and thanks for making a great gem! |
We're coming up against this issue as well. I'd normally not "+1" issues, but it looks about time for a monthly poke to resurface it. Are there any plans for a release? Is this module still maintained? It looks like changes have made it into the main branch, but there's not been a release in 12 months. |
+1 as well |
7.0.0 was released |
👏 @seuros ! |
Thank you @seuros and everybody! |
acts-as-taggable-on 6.5.0
rails Rails 6.0.3.1
Ruby 2.7.1
Running specs that involve tags results in this deprecation notice:
acts-as-taggable-on-6.5.0/lib/acts_as_taggable_on/tagging.rb:9: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
The text was updated successfully, but these errors were encountered: