Closed mmacia closed 7 years ago
In Ruby 2.4 Fixnum class is deprecated in favor of Integer class. This MR checks current ruby version and uses the correct class.
Fixnum
Integer
@diasks2 I suggest a version bump for adding these ruby 2.4 compatibilities, thanks!
,👍
Done. Thanks!
In Ruby 2.4
Fixnum
class is deprecated in favor ofInteger
class. This MR checks current ruby version and uses the correct class.