awesome-print / awesome_print

Pretty print your Ruby objects with style -- in full color and with proper indentation
http://github.com/michaeldv/awesome_print
MIT License
4.07k stars 454 forks source link

Added fix for warning: Capturing the given block using Proc.new is de… #386

Closed yart closed 3 years ago

yart commented 3 years ago

…precated; use &block instead (ruby 2.7.x error)

KirillKayumov commented 3 years ago

Fixes: https://github.com/awesome-print/awesome_print/issues/387 Any updates on this?

BryanH commented 3 years ago

Fixes: #387 Any updates on this?

Working on it now - untangling the unrelated build errors

BryanH commented 3 years ago

Some of the travis tasks are failing, but these have been fixed already in another branch, so I will have to merge the fix branch first and then re-run this one

BryanH commented 3 years ago

This is fixed in master and v1.9. I have a bit of housekeeping to do and then I can get it pushed to rubygems