CyberSource / cybersource-rest-client-ruby

Ruby client library for the CyberSource REST API
Other
6 stars 36 forks source link

Fixnum deprecated in Ruby 2.4+ #40

Closed egliang closed 2 years ago

egliang commented 4 years ago

Running the cybersource-rest-client-ruby in Ruby 2.4+ causes deprecation warnings to show up in the log. This is due to Fixnum being deprecated in Ruby 2.4, with the recommendation to reference the Integer class instead.