acts_as_indexed icon indicating copy to clipboard operation
acts_as_indexed copied to clipboard

Ruby 4 Deprecation Warning - Fixnum

Open randallreedjr opened this issue 6 years ago • 0 comments

Upgraded to Ruby 2.5.1, seeing this deprecation warning

/Users/randallreedjr/.rvm/gems/ruby-2.5.1@screenslate/gems/acts_as_indexed-0.8.3/lib/acts_as_indexed/class_methods.rb:177: warning: constant ::Fixnum is deprecated

As of Ruby 2.4.0, Fixnum and Bignum are unified into Integer.

randallreedjr avatar Jun 30 '18 15:06 randallreedjr