taroved / pol

RSS generator website
MIT License
381 stars 88 forks source link

Compiler error - Fixnum is deprecated #30

Open ottoscav opened 5 years ago

ottoscav commented 5 years ago
Request Method: GET

http://127.0.0.1:8000/en/ 1.8.6 CompilerError /var/lib/gems/2.5.0/gems/sass-3.4.22/lib/sass/util.rb:1109: warning: constant ::Fixnum is deprecated /usr/local/lib/python2.7/dist-packages/pipeline/compilers/init.py in execute_command, line 102 /usr/bin/python 2.7.15 ['/root/pol/frontend', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-x86_64-linux-gnu', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages'] Wed, 18 Sep 2019 19:59:30 +0000

marlluslustosa commented 4 years ago

Replace Fixnum to Integer in util.rb file. It works with me.

Fixnum is deprecated. https://blog.bigbinary.com/2016/11/18/ruby-2-4-unifies-fixnum-and-bignum-into-integer.html