Closed orien closed 7 years ago
Bignum is deprecated in Ruby 2.4. We can use Integer instead. Fixes the deprecation notice:
lib/event_sourcery/event.rb:17: warning: constant ::Bignum is deprecated
👍
Bignum is deprecated in Ruby 2.4. We can use Integer instead. Fixes the deprecation notice: