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

warning: constant ::Fixnum is deprecated(ruby 2.5.1) #337

Open a-hiroyuki opened 6 years ago

a-hiroyuki commented 6 years ago

The following error occurred in ruby ​​2.5.1.

Please help me.

/home/testuser/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/axlsx-2.0.1/lib/axlsx/util/validators.rb:88: warning: constant ::Fixnum is deprecated
/home/testuser/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/axlsx-2.0.1/lib/axlsx/util/validators.rb:110: warning: constant ::Fixnum is deprecated
/home/testuser/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/axlsx-2.0.1/lib/axlsx/util/simple_typed_list.rb:146: warning: constant ::Fixnum is deprecated
pjg commented 5 years ago

The issue is not with awesome_print but with axlsx gem, which you should upgrade (https://github.com/randym/axlsx/pull/500).