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

Add Rails 6.0 support #378

Closed HarlemSquirrel closed 4 years ago

SimonVillage commented 4 years ago

Is that already published in 2.0 pre2?

I am getting this with rails 6

/Users/aaa/.rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/awesome_print-2.0.0.pre2/lib/awesome_print/formatters/base_formatter.rb:80: warning: Capturing the given block using Proc.new is deprecated; use `&block` instead
/Users/aaa/.rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/awesome_print-2.0.0.pre2/lib/awesome_print/inspector.rb:65: warning: Capturing the given block using Proc.new is deprecated; use `&block` instead