guilhermesad / rspotify

A ruby wrapper for the Spotify Web API
MIT License
717 stars 290 forks source link

Fixnum was deprecated in Ruby 2.4 #217

Closed byungjikroh closed 4 years ago

byungjikroh commented 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.