Since Ruby 2.4, Bignum and Fixnum have been unified into Integer (see [Ruby 2.4. release](https://www.ruby-lang.org/en/news/2016/12/25/ruby-2-4-0-released/)). The use of Fixum generates a warning: > (....)/active_record/connection_adapters/em_mysql2_adapter.rb:27: warning: constant ::Fixnum is deprecated Are there plans to update this?