sous-chefs / packagecloud

Development repository for the packagecloud cookbook
https://supermarket.chef.io/cookbooks/packagecloud
Apache License 2.0
17 stars 48 forks source link

resources/repo.rb:10: warning: constant ::Fixnum is deprecated #52

Closed rmoriz closed 1 year ago

rmoriz commented 7 years ago

Ruby 2.4 deprecation warning.

See http://blog.bigbinary.com/2016/11/18/ruby-2-4-unifies-fixnum-and-bignum-into-integer.html

=> ::Integer

tas50 commented 7 years ago

Fixed in https://github.com/computology/packagecloud-cookbook/pull/53

martinisoft commented 7 years ago

My PR also closes this, but upgrades to Chef 12+ in the process.