awesome-print/awesome_print

problem with rails and ruby 3.0.0

igortice opened this issue · 2 comments

I have the same issue, here my environment:

OS: macOS Big Sur
ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x86_64-darwin20]
Rails 6.1.2.1
awesome_print-1.8.0

Just tried, same issue with awesome_print 2.0.0.pre2

@igortice latest master branch from Github is working in my environment.
Just use this line in your Gemfile:

gem 'awesome_print', git: 'https://github.com/awesome-print/awesome_print'