Closed byungjikroh closed 4 years ago
Fixnum and Bignum are deprecated in Ruby 2.4
https://github.com/guilhermesad/rspotify/blob/ef8097b364e41d9f45aab74f226ae83954f75bc2/lib/rspotify/playlist.rb#L306
It produces a deprecated warnings constantly. /rspotify-2.8.0/lib/rspotify/playlist.rb:306: warning: constant ::Fixnum is deprecated
Please check and update it. Thanks.
Fixnum and Bignum are deprecated in Ruby 2.4
https://github.com/guilhermesad/rspotify/blob/ef8097b364e41d9f45aab74f226ae83954f75bc2/lib/rspotify/playlist.rb#L306
It produces a deprecated warnings constantly. /rspotify-2.8.0/lib/rspotify/playlist.rb:306: warning: constant ::Fixnum is deprecated
Please check and update it. Thanks.