-
Notifications
You must be signed in to change notification settings - Fork 455
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
Proc.new is deprecated #387
Comments
I'm having the same issue. 😞 |
Thanks for the PRs - I am working on merging |
Fixed with latest PR. I'll cut a new version after more cleanup |
Any ETA on Edit: Apologies. Never spotted this: #399 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
iam facing very annoying warning:
/.rvm/gems/ruby-2.7.0/gems/awesome_print-1.8.0/lib/awesome_print/formatters/base_formatter.rb:113: warning: Capturing the given block using Proc.new is deprecated; use
&block
insteadIt's all over the console for every call. please let me know how can I fix it.
Rails 6.0.3.2
ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux]
Thank you
The text was updated successfully, but these errors were encountered: