GitHub user dannylui opened a pull request:
https://github.com/apache/avro/pull/257
Fixnum is deprecated in ruby2.4
Gets rid of this warning when used in ruby2.4 projects:
```
App 66 stderr:
/usr/src/app/vendor/bundle/ruby/2.4.0/gems/avro-1.8.2/lib/avro/schema.rb:350:
warning: constant ::Fixnum is deprecated
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dannylui/avro patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/avro/pull/257.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #257
commit 003ed9feedaedf0dceaf1e26bf701b5b346d4aae
Author: Dan Lui
Date: 2017-11-06T19:26:01Z
Fixnum is deprecated in ruby2.4
```
App 66 stderr:
/usr/src/app/vendor/bundle/ruby/2.4.0/gems/avro-1.8.2/lib/avro/schema.rb:350:
warning: constant ::Fixnum is deprecated
```
---