-
-
Notifications
You must be signed in to change notification settings - Fork 93
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 with Ruby 3.1 #207
Comments
Thanks for the report! Working on it. |
Hi, I'm not sure if you're still working on this but wanted to write another comment since you closed this issue. Also, another minor release with the changes would be appreciated |
GoktugOzturk
added a commit
to GoktugOzturk/action_policy
that referenced
this issue
Apr 20, 2022
Fix refinement#include deprecation warning as I mentioned on palkan#207
3 tasks
palkan
pushed a commit
that referenced
this issue
May 24, 2022
Fix refinement#include deprecation warning as I mentioned on #207
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tell us about your environment
Ruby Version: 3.1.1
Framework Version (Rails, whatever): Rails 7.0.2.3
Action Policy Version: 0.6.0
Reproduction Script: Use this template to
create a standalone reproduction script. That would help us to fix the problem quicker. Thanks!
What did you do?
Initialize project
What did you expect to happen?
Should work without errors
What actually happened?
Action Policy gives this deprecation warning
/home/appuser/vendor/bundle/ruby/3.1.0/gems/action_policy-0.6.0/lib/action_policy/ext/module_namespace.rb:24: warning: Refinement#include is deprecated and will be removed in Ruby 3.2
The text was updated successfully, but these errors were encountered: